Skip to content

Commit

Permalink
fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
Prashant-flick committed Oct 1, 2024
1 parent 030da3b commit 3829c2d
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,10 +39,4 @@ jobs:
sudo docker pull prashantflick/paytm-turbo-user:latest
sudo docker stop user-paytm || true
sudo docker rm user-paytm || true
sudo docker run -d --name user-paytm -p 3001:3001 \
-e DATABASE_URL=${{secrets.DATABASE_URL}} \
-e NEXTAUTH_URL=${{secrets.NEXTAUTH_URL}} \
-e NEXTAUTH_SECRET=${{secrets.NEXTAUTH_SECRET}} \
-e GOOGLE_CLIENT_ID=${{secrets.GOOGLE_CLIENT_ID}} \
-e GOOGLE_CLIENT_SECRET=${{secrets.GOOGLE_CLIENT_SECRET}} \
prashantflick/paytm-turbo-user:latest
sudo docker run -d --name user-paytm -p 3001:3001 prashantflick/paytm-turbo-user:latest

0 comments on commit 3829c2d

Please sign in to comment.