Skip to content

Commit

Permalink
workflow_call
Browse files Browse the repository at this point in the history
  • Loading branch information
Kariton committed Jul 30, 2024
1 parent 6155e30 commit 62ed33b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/build-hugo.yml
Original file line number Diff line number Diff line change
Expand Up @@ -90,3 +90,4 @@ jobs:
deploy:
needs: build
uses: ./.github/workflows/deploy-hetzner_webhost.yml
secrets: inherit
2 changes: 1 addition & 1 deletion .github/workflows/deploy-hetzner_webhost.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ defaults:
jobs:
hetzner_webhost:
runs-on: ubuntu-latest
environment: "${{ github.ref_name == 'main' && 'production' || 'draft' }}"
environment: "${{ github.ref_name == 'main' && 'production' || 'draft' }}-hetzner_webhost"
steps:
- name: Install lftp
run: |
Expand Down

0 comments on commit 62ed33b

Please sign in to comment.