Skip to content

Commit

Permalink
Déploiement sandbox : choix de branche
Browse files Browse the repository at this point in the history
  • Loading branch information
am-beta committed May 15, 2024
1 parent 7e57893 commit 2e744c1
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/https-deploy-sandbox.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
name: Deployment via HTTPS (sandbox)

on:
workflow_dispatch: ~
workflow_dispatch:
branches:
- '*'

jobs:
deployment:
Expand All @@ -19,6 +21,7 @@ jobs:
DEPLOY_HTTPS_RESPONSE_URL: ${{ vars.DEPLOY_HTTPS_RESPONSE_URL }}
DEPLOY_HOST: host_${{ matrix.host }}
DEPLOY_APP: datapass_reborn_sandbox
DEPLOY_BRANCH: ${{ github.ref_name }}
steps:
- name: Download and run deploy script
shell: bash
Expand Down

0 comments on commit 2e744c1

Please sign in to comment.