Skip to content

Commit

Permalink
Update deploy-to-vps.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
RJMurg authored Mar 28, 2024
1 parent 1f82b59 commit 6d0220f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy-to-vps.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
EXPOSED_PORT: ${{ secrets.EXPOSED_PORT }}
run: |
ssh -o StrictHostKeyChecking=no ${{ secrets.USERNAME }}@${{ secrets.HOST }} << 'EOF'
cd /src/csppStaticSite
cd /src/Website
# Pull the latest changes
git pull origin master
Expand Down

0 comments on commit 6d0220f

Please sign in to comment.