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 d24aaa2 commit 394cc9a
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,7 +39,7 @@ jobs:
sudo docker pull akashwt/myapp:latest
sudo docker stop myapp || true
sudo docker rm myapp || true
sudo docker run -d --name myapp -p 3005:3001 \
sudo docker run -d --name myapp -p 3005:3000 \
-e JWT_SECRET=${{ secrets.JWT_SECRET }} \
-e NEXTAUTH_URL=http://3.110.194.177:3005 \
-e DATABASE_URL=${{ secrets.DATABASE_URL }} \
Expand Down

0 comments on commit 394cc9a

Please sign in to comment.