Extracted componentManager into snjs

This commit is contained in:
Mo Bitar
2019-04-30 19:38:29 -05:00
parent 5901f4a623
commit 43c9f02bfe
12 changed files with 2170 additions and 1857 deletions

View File

@@ -1,15 +1,15 @@
default: &default
key_path: /path/to/key.pem
repo_url: https://github.com/neeto-project/neeto-web-client.git
repo_url: https://github.com/sn-project/sn-web-client.git
user: ssh_username
staging:
<<: *default
server: staging.yourdomain.com
branch: staging
deploy_to: ~/neeto-staging-client
deploy_to: ~/sn-staging-client
production:
<<: *default
server: yourdomain.com
deploy_to: ~/neeto-prod-client
deploy_to: ~/sn-prod-client