Skip to content

Commit

Permalink
added env
Browse files Browse the repository at this point in the history
  • Loading branch information
iampato committed Oct 26, 2023
1 parent acb93b6 commit 86bacae
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/production.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,12 @@ jobs:
with:
mask-password: 'false'

# create an .env file and add the following variables PORT=9007
- name: touch .env
run: |
touch .env
echo "PORT=9007" >> .env
- name: Build and Push Docker Image
env:
ECR_REGISTRY: ${{ steps.login-ecr.outputs.registry }}
Expand Down

0 comments on commit 86bacae

Please sign in to comment.