Skip to content

Commit

Permalink
Update deploy.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
KasperiP authored Nov 23, 2023
1 parent c1db6c5 commit e3d8584
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,14 +35,14 @@ jobs:
- name: Deploy package to VPS
uses: appleboy/ssh-action@master
env:
GITHUB_USERNAME: ${{ secrets.GIT_USERNAME }}
GITHUB_TOKEN: ${{ secrets.GIT_TOKEN }}
DOCKER_USERNAME: ${{ secrets.DOCKER_USERNAME }}
DOCKER_PASSWORD: ${{ secrets.DOCKER_PASSWORD }}
with:
host: ${{ secrets.HOST }}
username: ${{ secrets.USERNAME }}
password: ${{ secrets.PASSWORD }}
port: 22
envs: GITHUB_USERNAME, GITHUB_TOKEN
envs: DOCKER_USERNAME, DOCKER_PASSWORD
script: |
docker login -u $DOCKER_USERNAME -p $DOCKER_PASSWORD
docker pull kassq/karhuanticheatweb:latest
Expand Down

0 comments on commit e3d8584

Please sign in to comment.