fix drone deploy yarn install command
continuous-integration/drone/push Build is passing Details
continuous-integration/drone Build is passing Details

master
Garrett Mills 4 years ago
parent c164621f5e
commit b4f361bb69
Signed by: garrettmills
GPG Key ID: D2BF5FBA8298F246

@ -28,7 +28,7 @@ steps:
- git checkout master
- git pull
- git checkout ${DRONE_COMMIT}
- yarn i
- yarn install
- systemctl restart noded-dev
when:
event: promote

Loading…
Cancel
Save