This commit is contained in:
Hayden 2022-10-11 08:57:34 -08:00
parent 00c3e1bfc9
commit 340b9ac43d
2 changed files with 15 additions and 15 deletions

View file

@ -31,6 +31,17 @@ jobs:
- uses: superfly/flyctl-actions/setup-flyctl@master
- run: flyctl deploy --remote-only
publish-nightly:
name: "Publish Nightly"
needs:
- backend-tests
- frontend-tests
uses: hay-kot/homebox/.github/workflows/partial-publish.yaml@main
with:
tag: nightly
secrets:
GH_TOKEN: ${{ secrets.CR_PAT }}
publish-tag:
if: github.event_name == 'release'
name: "Publish Tag"
@ -44,17 +55,6 @@ jobs:
secrets:
GH_TOKEN: ${{ secrets.CR_PAT }}
publish-nightly:
name: "Publish Nightly"
needs:
- backend-tests
- frontend-tests
uses: hay-kot/homebox/.github/workflows/partial-publish.yaml@main
with:
tag: nightly
secrets:
GH_TOKEN: ${{ secrets.CR_PAT }}
deploy-docs:
name: Deploy docs
needs: