Skip to content

Commit

Permalink
updates
Browse files Browse the repository at this point in the history
  • Loading branch information
Akshat-Kumar-work committed Jul 25, 2024
1 parent 4ebd3bb commit 3e49859
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 @@ -41,4 +41,4 @@ jobs:
sudo docker pull akshatwork6/user-app-image:latest
sudo docker stop web-app || true
sudo docker rm web-app || true
sudo docker run -e JWT_SECRET=${{secrets.JWT_SECRET}} DATABASE_URL=${{secrets.DB_URL}} GOOGLE_SECRET=${{secrets.GOOGLE_SECRET}} GOOGLE_ID=${{secrets.GOOGLE_ID}} -d --name web-app --restart unless-stopped -p 3005:3000 akshatwork6/user-app-image
sudo docker run -e JWT_SECRET=${{ secrets.JWT_SECRET }} -e DATABASE_URL=${{ secrets.DB_URL }} -e GOOGLE_SECRET=${{ secrets.GOOGLE_SECRET }} -e GOOGLE_ID=${{ secrets.GOOGLE_ID }} -d --name web-app --restart unless-stopped -p 3005:3000 akshatwork6/user-app-image

0 comments on commit 3e49859

Please sign in to comment.