mirror of
https://github.com/thiloho/archtika.git
synced 2025-11-22 02:41:35 +01:00
Update deploy.yml
This commit is contained in:
5
.github/workflows/deploy.yml
vendored
5
.github/workflows/deploy.yml
vendored
@@ -13,7 +13,10 @@ jobs:
|
||||
outputs:
|
||||
env_name: ${{ github.event.workflow_run.head_branch == 'devel' && 'qs' || 'prod' }}
|
||||
steps:
|
||||
- run: echo "Determining environment..."
|
||||
- name: Determine and print environment
|
||||
run: |
|
||||
echo "Determining environment..."
|
||||
echo "Environment name: ${{ github.event.workflow_run.head_branch == 'devel' && 'qs' || 'prod' }}"
|
||||
|
||||
deploy:
|
||||
needs: environment-check
|
||||
|
||||
Reference in New Issue
Block a user