angular res

This commit is contained in:
Mo Bitar
2016-12-17 23:24:28 -06:00
parent f7709d47c3
commit 4088c6cf06
3 changed files with 19 additions and 2 deletions

15
config/cap.example.yml Normal file
View 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