Skip to content

Commit

Permalink
add git pull to ssh deploy
Browse files Browse the repository at this point in the history
  • Loading branch information
akmatoff committed Oct 15, 2024
1 parent 035c963 commit 165ea2d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@ jobs:
port: 22
script: |
cd codium-website;
git pull;
docker stop codium-website;
docker rm codium-website;
docker pull ${{ secrets.DOCKER_USERNAME }}/codium-website:latest;
Expand Down

0 comments on commit 165ea2d

Please sign in to comment.