Compare commits

..

1 Commits

Author SHA1 Message Date
ktyl 20c4155fa4 update submodule location
continuous-integration/drone/push Build is passing Details
continuous-integration/drone/pr Build is failing Details
2022-09-28 22:29:12 +01:00
1 changed files with 6 additions and 6 deletions

View File

@ -31,6 +31,11 @@ steps:
from_secret: user
SSH_KEY:
from_secret: ssh_key
when:
branch:
- main
commands:
# install deps
- apt-get update -qq > /dev/null
@ -63,9 +68,4 @@ steps:
- rsync -rP site/* "$host:$${HOST}"
- ssh $host $delete_current_files
- ssh $host $deploy_new_files
when:
branch:
- main
event:
exclude:
- pull_request