Skip to content

Commit

Permalink
modified EC2 workflows3
Browse files Browse the repository at this point in the history
  • Loading branch information
akash-wt committed Dec 21, 2024
1 parent 9332ce0 commit a3d0b49
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,7 +41,7 @@ jobs:
sudo docker rm myapp || true
sudo docker run -d --name myapp -p 3005:3001 \
-e JWT_SECRET=${{ secrets.JWT_SECRET }} \
-e NEXTAUTH_URL=http://localhost:3001 \
-e NEXTAUTH_URL=http://3.110.194.177:3005 \
-e DATABASE_URL=${{ secrets.DATABASE_URL }} \
--restart always \
akashwt/myapp:latest

0 comments on commit a3d0b49

Please sign in to comment.