We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 052df7c commit 8a98d51Copy full SHA for 8a98d51
.github/workflows/docker-build.yml
@@ -61,11 +61,9 @@ jobs:
61
- build-backend
62
runs-on: ubuntu-latest
63
steps:
64
- - name: Log into VPS
65
- uses: appleboy/ssh-action@master
+ - name: Deploy
+ uses: fjogeleit/http-request-action@v1
66
with:
67
- host: ${{ secrets.HOST }}
68
- USERNAME: ${{ secrets.USERNAME }}
69
- PORT: ${{ secrets.PORT }}
70
- KEY: ${{ secrets.SSHKEY }}
71
- script: ./deploy.sh
+ url: 'https://watchtower.kittybot.de/v1/update'
+ method: 'POST'
+ bearerToken: 'Bearer ${{ secrets.TOKEN }}'
0 commit comments