1 Commits

Author SHA1 Message Date
a4695a7ecd Checkout master on prod deploy
All checks were successful
continuous-integration/drone/push Build is passing
continuous-integration/drone/tag Build is passing
2020-09-14 17:31:59 -05:00

View File

@@ -24,6 +24,7 @@ steps:
from_secret: deploy_ssh_port from_secret: deploy_ssh_port
script: script:
- cd /home/coreid/CoreID - cd /home/coreid/CoreID
- git checkout master
- git pull - git pull
- git checkout ${DRONE_TAG} - git checkout ${DRONE_TAG}
- git pull - git pull