1
0
Fork 0

Use explicit branch on CI

environments/stage/deployments/21
Alfredos-Panagiotis Damkalis 2018-08-11 15:45:04 +00:00
parent 2c5c158b88
commit 7dfa9d53dd
1 changed files with 1 additions and 0 deletions

View File

@ -24,6 +24,7 @@ stage:
- echo "$SSH_PRIVATE_KEY" >> ~/.ssh/id_rsa
- chmod -R u=rwX,o=,g= ~/.ssh/
- echo "$SSH_SERVER_HOSTKEY" > ~/.ssh/known_hosts
- git checkout dev
- git push -u ssh://$SERVER_USER@$SERVER_HOST$SERVER_PATH dev
production: