Fix prod site directory
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 20:26:26 -05:00
parent ac42da3510
commit c3d3ac84a4
Signed by: garrettmills
GPG Key ID: D2BF5FBA8298F246

View File

@ -46,7 +46,7 @@ steps:
from_secret: prod_site_key from_secret: prod_site_key
port: 22 port: 22
script: script:
- cd /etc/glmdev/noded-dev/backend - cd /etc/glmdev/noded-prod/backend
- git checkout master - git checkout master
- git pull - git pull
- git checkout ${DRONE_COMMIT} - git checkout ${DRONE_COMMIT}