Skip to content

Commit f970806

Browse files
committed
Added workflows
1 parent 538be1f commit f970806

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
@@ -26,7 +26,7 @@ jobs:
2626
file: ./Dockerfile.prod
2727
push: true
2828
tags: 100xdevs/dailycode-staging:${{ github.sha }}
29-
build-args:
29+
build-args: |
3030
DATABASE_URL: ${{ secrets.STAGING_DATABASE }}
3131
3232
- name: Clone staging-ops repo, update, and push

.github/workflows/cd_prod.yml

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

0 commit comments

Comments
 (0)