Skip to content

Commit

Permalink
Update cicd.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
qtrinh2 authored Nov 18, 2024
1 parent ead4293 commit ff46bbf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/cicd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,12 +20,12 @@ jobs:
django-context-root: "."

website-devl-fqdn: "dev.winterthur.rrchnm.org"
website-prod-fqdn: "dev.winterthur.rrchnm.org"
website-prod-fqdn: "denigmanuscript.org"

deploy:
uses: chnm/.github/.github/workflows/django--deploy.yml@main
needs: [build-publish]
secrets: inherit
with:
website-devl-fqdn: "dev.winterthur.rrchnm.org"
website-prod-fqdn: "dev.winterthur.rrchnm.org"
website-prod-fqdn: "denigmanuscript.org"

0 comments on commit ff46bbf

Please sign in to comment.