diff --git a/.woodpecker.yml b/.woodpecker.yml index 17a44e9..081b375 100644 --- a/.woodpecker.yml +++ b/.woodpecker.yml @@ -7,3 +7,4 @@ pipeline: - chmod 700 ~/.ssh && chmod 600 ~/.ssh/id_rsa - ssh websiteupdate@172.17.0.1 -i ~/.ssh/id_rsa "cd /websiteupdate/website && git reset --hard origin/master && git config pull.rebase true && git pull" secrets: [ privkey ] +