We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8672676 commit ec1a995Copy full SHA for ec1a995
1 file changed
.github/workflows/deploy.yml
@@ -44,9 +44,9 @@ jobs:
44
- name: Deploy to Remote Server
45
uses: appleboy/ssh-action@master
46
with:
47
- host: ${{ secrets.REMOTE_SERVER_HOST }}
48
- username: ${{ secrets.REMOTE_SERVER_USERNAME }}
49
- key: ${{ secrets.REMOTE_SERVER_SSH_KEY }}
+ host: ${{ secrets.HOST }}
+ username: ${{ secrets.USERNAME }}
+ key: ${{ secrets.KEY }}
50
script: |
51
cd root-web
52
docker-compose pull rootlinjeforening.no
0 commit comments