Skip to content

Commit

Permalink
e2e deploy
Browse files Browse the repository at this point in the history
  • Loading branch information
qtrinh2 committed May 31, 2024
1 parent 14eae40 commit 91fe040
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion .github/workflows/django.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ on:

jobs:

workflow:
build-publish:
uses: chnm/.github/.github/workflows/django--build-publish.yml@django-workflow
secrets: inherit
with:
Expand All @@ -22,3 +22,10 @@ jobs:

website-devl-fqdn: "test1.rrchnm.org"
website-prod-fqdn: "test1.rrchnm.org"

deploy:
uses: chnm/.github/.github/workflows/django--deploy.yml@django-workflow
secrets: inherit
with:
website-devl-fqdn: "test1.rrchnm.org"
website-prod-fqdn: "test1.rrchnm.org"

0 comments on commit 91fe040

Please sign in to comment.