fix2: site not getting deployed
All checks were successful
continuous-integration/drone/push Build is passing

* solve it by running the deploy script in freshly spawned `bash`
This commit is contained in:
surtur 2020-03-25 23:10:42 +01:00
parent 967442dff6
commit b5e847c337
Signed by: wanderer
GPG Key ID: 19CE1EC1D9E0486D

View File

@ -20,8 +20,7 @@ steps:
- ssh-add ~/.ssh/overlord
- cd ~/tew_0x00
- git pull
- chmod +x ./deploy
- ./deploy
- bash ./deploy
---