Checkout prod branch on deploy
continuous-integration/drone/push Build is passing Details
continuous-integration/drone/tag Build is passing Details

master 0.1.0-rc6
Garrett Mills 4 years ago
parent 96a614c1af
commit fcb5b58b11
Signed by: garrettmills
GPG Key ID: D2BF5FBA8298F246

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

Loading…
Cancel
Save