Skip to content

Commit

Permalink
Updated prod
Browse files Browse the repository at this point in the history
  • Loading branch information
hkirat committed Sep 16, 2024
1 parent b3c834d commit 7135518
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,8 @@ jobs:
file: ./Dockerfile.prod
push: true
tags: 100xdevs/dailycode-staging:${{ github.sha }}
build-args:
DATABASE_URL: ${{ secrets.STAGING_DATABASE }}

- name: Clone staging-ops repo, update, and push
env:
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/cd_prod.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,8 @@ jobs:
file: ./Dockerfile.prod
push: true
tags: 100xdevs/dailycode:${{ github.sha }}
build-args:
DATABASE_URL: ${{ secrets.PROD_DATABASE }}

- name: Clone staging-ops repo, update, and push
env:
Expand Down

0 comments on commit 7135518

Please sign in to comment.