Skip to content

Commit 5431a8f

Browse files
feat(ENV): Added Production environment
1 parent c13d8e7 commit 5431a8f

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

.env.production .env.main

File renamed without changes.

.github/workflows/build.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ jobs:
4444
images: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}
4545

4646
- name: Setup Production Env
47-
run: cp .env.production .env
47+
run: cp .env.main .env
4848

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

0 commit comments

Comments
 (0)