fix: cicd
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user