Skip to content

Support all raid quests in co-op (#381) #212

Support all raid quests in co-op (#381)

Support all raid quests in co-op (#381) #212

Workflow file for this run

name: publish-push
on:
push:
branches:
- "develop"
env:
HUSKY: 0
jobs:
publish:
strategy:
matrix:
args:
[
{
dockerfile: "DragaliaAPI.Photon.StateManager/Dockerfile",
image: "photon-state-manager",
},
{ dockerfile: "DragaliaAPI/Dockerfile", image: "dragalia-api" },
]
uses: ./.github/workflows/publish.yaml
with:
ref: develop
dockerfile: ${{ matrix.args.dockerfile }}
image-name: ${{ matrix.args.image }}
image-tag: latest
secrets: inherit
deploy:
strategy:
matrix:
github-environment: ["PhotonStateManager", "Dawnshard"]
needs: publish
uses: ./.github/workflows/deploy.yaml
with:
github-environment: ${{ matrix.github-environment }}
secrets: inherit