Skip to content

Commit 3e0dbe4

Browse files
committed
Fixed build pipeline
1 parent d9ca1af commit 3e0dbe4

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/cd.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
push: true
2828
tags: 100xdevs/dailycode-staging:${{ github.sha }}
2929
build-args: |
30-
DATABASE_URL: ${{ secrets.STAGING_DATABASE }}
30+
DATABASE_URL=${{ secrets.STAGING_DATABASE }}
3131
3232
- name: Clone staging-ops repo, update, and push
3333
env:

.github/workflows/cd_prod.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
push: true
2828
tags: 100xdevs/dailycode:${{ github.sha }}
2929
build-args: |
30-
DATABASE_URL: ${{ secrets.PROD_DATABASE }}
30+
DATABASE_URL=${{ secrets.PROD_DATABASE }}
3131
3232
- name: Clone staging-ops repo, update, and push
3333
env:

0 commit comments

Comments
 (0)