Skip to content

Commit

Permalink
add db url
Browse files Browse the repository at this point in the history
  • Loading branch information
Raj-Thombare committed Aug 30, 2024
1 parent f968a23 commit 99a0e3b
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 @@ -39,4 +39,4 @@ jobs:
sudo docker pull rajthombare/venmo:latest
sudo docker stop venmo-pay || true
sudo docker rm venmo-pay || true
sudo docker run -d --name venmo-pay -p 3005:3000 rajthombare/venmo:latest
sudo docker run -e DATABASE_URL="${{ secrets.DB_URL }}" --restart always -d --name venmo-pay -p 3005:3000 rajthombare/venmo:latest

0 comments on commit 99a0e3b

Please sign in to comment.