Skip to content

Commit

Permalink
ci: update
Browse files Browse the repository at this point in the history
  • Loading branch information
luckfunc committed Aug 17, 2024
1 parent 35a67ff commit 2fb8a2c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,8 +44,8 @@ jobs:
uses: appleboy/[email protected]
with:
host: ${{ secrets.SERVER_HOST }}
username: ${{ secrets.SERVER_USER }}
password: ${{ secrets.SERVER_PASSWORD }}
username: ${{ secrets.USER_NAME }}
password: ${{ secrets.USER_PASS }}
script: |
echo "Pulling Docker image and running container..."
docker pull ${{ secrets.DOCKER_HUB_USERNAME }}/base64-tool:latest
Expand Down

0 comments on commit 2fb8a2c

Please sign in to comment.