Skip to content

Commit

Permalink
Fix: Add NODE_ENV to dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
aridanemartin committed Jul 1, 2024
1 parent 2805bc2 commit 1ba87dd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@ jobs:
sudo docker rm gatos-sin-hogar-backend || true
sudo docker run -d --name gatos-sin-hogar-backend -p 80:7000 \
--env PORT=${{ secrets.PORT }} \
--env NODE_ENV=${{ secrets.NODE_ENV }} \
--env AWS_BUCKET_NAME=${{ secrets.AWS_BUCKET_NAME }} \
--env AWS_REGION=${{ secrets.AWS_REGION }} \
--env AWS_ACCESS_KEY_ID=${{ secrets.AWS_BUCKET_NAME }} \
Expand Down

0 comments on commit 1ba87dd

Please sign in to comment.