Skip to content

Commit

Permalink
Set EC2 workflow to use the AWS endpoint
Browse files Browse the repository at this point in the history
  • Loading branch information
Afsha10 committed Feb 16, 2024
1 parent b661eeb commit 160e02a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/backend-ec2-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,5 +29,5 @@ jobs:
git pull
cd server
npm install
pm2 restart server.js
NODE_ENV=aws pm2 restart server.js
EOF

0 comments on commit 160e02a

Please sign in to comment.