fix: cicd

This commit is contained in:
Benjamin Labrecque
2026-07-15 15:28:34 +02:00
parent d3849c4e3e
commit 97a590b25c
2 changed files with 8 additions and 0 deletions
+4
View File
@@ -17,6 +17,10 @@
# deploy:
# runs-on: hla-dev
#
# env:
# # commit tagged ? yes->prod : no->dev
# AGEBD_ENV: ${{ github.ref_type == 'tag' && 'prod' || 'dev' }}
#
# steps:
# - name: Checkout repository
# uses: actions/checkout@v4
+4
View File
@@ -17,6 +17,10 @@ jobs:
deploy:
runs-on: hla-dev
env:
# commit tagged ? yes->prod : no->dev
AGEBD_ENV: ${{ github.ref_type == 'tag' && 'prod' || 'dev' }}
steps:
- name: Checkout repository
uses: actions/checkout@v4