Skip to content

Commit

Permalink
chore: deploy yml
Browse files Browse the repository at this point in the history
  • Loading branch information
kayprogrammer committed Aug 13, 2024
1 parent 223c3a0 commit c21388f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ jobs:
sshpass -p "${{ secrets.SSH_PASSPHRASE }}" ssh -o StrictHostKeyChecking=no docker@${VPS_IP} << 'EOF'
cd /waitlist
docker-compose down
docker build -t my-vite-app .
docker build -t waitlist-app .
docker run -p 5001:5001 my-vite-app
echo "Docker Compose executed"
EOF

0 comments on commit c21388f

Please sign in to comment.