fix drone deploy yarn install command
All checks were successful
continuous-integration/drone/push Build is passing
continuous-integration/drone Build is passing

This commit is contained in:
Garrett Mills 2020-10-05 19:20:25 -05:00
parent c164621f5e
commit b4f361bb69
Signed by: garrettmills
GPG Key ID: D2BF5FBA8298F246

View File

@ -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