We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 538be1f commit f970806Copy full SHA for f970806
.github/workflows/cd.yml
@@ -26,7 +26,7 @@ jobs:
26
file: ./Dockerfile.prod
27
push: true
28
tags: 100xdevs/dailycode-staging:${{ github.sha }}
29
- build-args:
+ build-args: |
30
DATABASE_URL: ${{ secrets.STAGING_DATABASE }}
31
32
- name: Clone staging-ops repo, update, and push
.github/workflows/cd_prod.yml
tags: 100xdevs/dailycode:${{ github.sha }}
DATABASE_URL: ${{ secrets.PROD_DATABASE }}
0 commit comments