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 }}
steps:
- name: deploy
if: inputs.environment == 'prod'
if: inputs.environment == 'prod' || inputs.environment == 'demo'
uses: https://bb.hublab.ru/HUB/workflows/.gitea/actions/deploy@HEAD
with:
secrets: ${{ toJSON(secrets) }}