mirror of
https://github.com/frontendnetwork/vegancheck.me
synced 2024-11-10 06:24:13 +00:00
feat(ENV): Added Production environment
This commit is contained in:
parent
c13d8e7877
commit
5431a8f01f
2 changed files with 1 additions and 1 deletions
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue