Skip to content

Commit

Permalink
Update production-deployment.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
AbhilashKD authored Aug 27, 2024
1 parent 7f9e7ac commit f9ef222
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/production-deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ jobs:
- name: Create .env and Dockerfile
run: |
echo "${{ secrets.DOCKER_FILE_PROD }}" > Dockerfile
echo "${{ secrets.ENV_FILE_PROD }}" > .env
- name: Build Docker image
run: |
Expand Down

0 comments on commit f9ef222

Please sign in to comment.