This commit is contained in:
2025-05-13 11:11:02 +03:00
parent 21bfe67a05
commit b055222485

View File

@@ -31,7 +31,7 @@ jobs:
TAG: ${{ inputs.tag }} TAG: ${{ inputs.tag }}
steps: steps:
- name: deploy - name: deploy
if: inputs.environment == 'prod' if: inputs.environment == 'prod' || inputs.environment == 'demo'
uses: https://bb.hublab.ru/HUB/workflows/.gitea/actions/deploy@HEAD uses: https://bb.hublab.ru/HUB/workflows/.gitea/actions/deploy@HEAD
with: with:
secrets: ${{ toJSON(secrets) }} secrets: ${{ toJSON(secrets) }}