Skip to content

Commit

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

0 comments on commit 223c3a0

Please sign in to comment.