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 b3c834d commit 7135518Copy full SHA for 7135518
.github/workflows/cd.yml
@@ -26,6 +26,8 @@ jobs:
26
file: ./Dockerfile.prod
27
push: true
28
tags: 100xdevs/dailycode-staging:${{ github.sha }}
29
+ build-args:
30
+ DATABASE_URL: ${{ secrets.STAGING_DATABASE }}
31
32
- name: Clone staging-ops repo, update, and push
33
env:
.github/workflows/cd_prod.yml
tags: 100xdevs/dailycode:${{ github.sha }}
+ DATABASE_URL: ${{ secrets.PROD_DATABASE }}
0 commit comments