Skip to content

Commit 7135518

Browse files
committed
Updated prod
1 parent b3c834d commit 7135518

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

.github/workflows/cd.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,8 @@ jobs:
2626
file: ./Dockerfile.prod
2727
push: true
2828
tags: 100xdevs/dailycode-staging:${{ github.sha }}
29+
build-args:
30+
DATABASE_URL: ${{ secrets.STAGING_DATABASE }}
2931

3032
- name: Clone staging-ops repo, update, and push
3133
env:

.github/workflows/cd_prod.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,8 @@ jobs:
2626
file: ./Dockerfile.prod
2727
push: true
2828
tags: 100xdevs/dailycode:${{ github.sha }}
29+
build-args:
30+
DATABASE_URL: ${{ secrets.PROD_DATABASE }}
2931

3032
- name: Clone staging-ops repo, update, and push
3133
env:

0 commit comments

Comments
 (0)