Maak DEPLOY_PATH configureerbaar via Gitea Actions variable i.p.v. hardcoded #7

Merged
Sluijsens merged 10 commits from feature/production_deploy_automation into master 2026-07-30 23:58:06 +02:00
Showing only changes of commit 5ded994626 - Show all commits
+5 -1
View File
@@ -232,7 +232,11 @@ jobs:
deploy-test:
needs: [build, test, config]
if: github.event_name == 'workflow_dispatch' || (github.event_name == 'push' && github.ref == 'refs/heads/master')
# TIJDELIJK: 'pull_request' is toegevoegd zodat elke PR ook automatisch
# naar de testomgeving deployed, om testen tijdens deze werkbranch te
# vereenvoudigen. Verwijder de 'pull_request'-conditie hieronder weer
# zodra dat niet meer nodig is.
if: github.event_name == 'workflow_dispatch' || github.event_name == 'pull_request' || (github.event_name == 'push' && github.ref == 'refs/heads/master')
uses: ./.gitea/workflows/deploy.yaml
secrets: inherit
# Deze waarden komen uit het `env:`-blok bovenaan dit bestand, via de