angular res
This commit is contained in:
2
.gitignore
vendored
2
.gitignore
vendored
@@ -15,6 +15,8 @@
|
||||
!/log/.keep
|
||||
/tmp
|
||||
|
||||
/config/cap.yml
|
||||
|
||||
/app/assets/templates/generated/
|
||||
|
||||
# Ignore bower components
|
||||
|
||||
@@ -7,7 +7,7 @@
|
||||
"vendor": {
|
||||
"name": "bower-rails generated vendor assets",
|
||||
"dependencies": {
|
||||
"angular": "^1.5.9",
|
||||
"angular": "^1.6.0",
|
||||
"angular-ui-router": "^0.2.18",
|
||||
"restangular": "^1.5.2",
|
||||
"ng-token-auth": "^0.0.29",
|
||||
@@ -19,7 +19,7 @@
|
||||
"ng-dialog" : "0.6.4"
|
||||
},
|
||||
"resolutions": {
|
||||
"angular": "1.5.9"
|
||||
"angular": "1.6.0"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
15
config/cap.example.yml
Normal file
15
config/cap.example.yml
Normal file
@@ -0,0 +1,15 @@
|
||||
default: &default
|
||||
key_path: /path/to/key.pem
|
||||
repo_url: https://github.com/neeto-project/neeto-web-client.git
|
||||
user: ssh_username
|
||||
|
||||
staging:
|
||||
<<: *default
|
||||
server: staging.yourdomain.com
|
||||
branch: staging
|
||||
deploy_to: ~/neeto-staging-client
|
||||
|
||||
production:
|
||||
<<: *default
|
||||
server: yourdomain.com
|
||||
deploy_to: ~/neeto-prod-client
|
||||
Reference in New Issue
Block a user