feat(ENV): Added Production environment

This commit is contained in:
Philip 2023-08-18 00:06:03 +02:00
parent c13d8e7877
commit 5431a8f01f
2 changed files with 1 additions and 1 deletions

View file

@ -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