Skip to content

Commit ec1a995

Browse files
authored
Update deploy.yml (#143)
1 parent 8672676 commit ec1a995

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/deploy.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -44,9 +44,9 @@ jobs:
4444
- name: Deploy to Remote Server
4545
uses: appleboy/ssh-action@master
4646
with:
47-
host: ${{ secrets.REMOTE_SERVER_HOST }}
48-
username: ${{ secrets.REMOTE_SERVER_USERNAME }}
49-
key: ${{ secrets.REMOTE_SERVER_SSH_KEY }}
47+
host: ${{ secrets.HOST }}
48+
username: ${{ secrets.USERNAME }}
49+
key: ${{ secrets.KEY }}
5050
script: |
5151
cd root-web
5252
docker-compose pull rootlinjeforening.no

0 commit comments

Comments
 (0)