Skip to content

Commit

Permalink
feat(ENV): Added Production environment
Browse files Browse the repository at this point in the history
  • Loading branch information
philipbrembeck committed Aug 17, 2023
1 parent c13d8e7 commit 5431a8f
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
File renamed without changes.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ jobs:
images: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}

- name: Setup Production Env
run: cp .env.production .env
run: cp .env.main .env

- name: Build and push Docker image
uses: docker/build-push-action@9311bf5263ae5b36f3ec67aff768790c6e2344ad
Expand Down

0 comments on commit 5431a8f

Please sign in to comment.