Skip to content

Commit

Permalink
Added workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
hkirat committed Sep 16, 2024
1 parent 538be1f commit f970806
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
file: ./Dockerfile.prod
push: true
tags: 100xdevs/dailycode-staging:${{ github.sha }}
build-args:
build-args: |
DATABASE_URL: ${{ secrets.STAGING_DATABASE }}
- name: Clone staging-ops repo, update, and push
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/cd_prod.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
file: ./Dockerfile.prod
push: true
tags: 100xdevs/dailycode:${{ github.sha }}
build-args:
build-args: |
DATABASE_URL: ${{ secrets.PROD_DATABASE }}
- name: Clone staging-ops repo, update, and push
Expand Down

0 comments on commit f970806

Please sign in to comment.