Skip to content

Commit

Permalink
fix: file
Browse files Browse the repository at this point in the history
  • Loading branch information
heggria committed Sep 19, 2024
1 parent 6c01c3b commit d13e908
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/Docker Image CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,4 +71,8 @@ jobs:
host: ${{ secrets.SSH_HOST }}
username: ${{ secrets.SSH_USERNAME }}
password: ${{ secrets.SSH_PASSWORD }}
script: cd ~ && sh heggria.site.sh ${{ secrets.DOCKER_USERNAME }} ${{ secrets.DOCKER_PASSWORD }}
script: |
cd ~/heggria.site
docker login --username=${{ secrets.DOCKER_USERNAME }} --password=${{ secrets.DOCKER_PASSWORD }} ccr.ccs.tencentyun.com
docker-compose pull
docker-compose up -d

0 comments on commit d13e908

Please sign in to comment.