1 Commits

Author SHA1 Message Date
fcb5b58b11 Checkout prod branch on deploy
All checks were successful
continuous-integration/drone/push Build is passing
continuous-integration/drone/tag Build is passing
2020-09-14 12:16:43 -05:00

View File

@@ -25,6 +25,8 @@ steps:
script: script:
- cd /home/coreid/CoreID - cd /home/coreid/CoreID
- git pull - git pull
- git checkout ${DRONE_TAG}
- git pull
- yarn install - yarn install
when: when:
event: event: