Skip to content

Commit

Permalink
install terraform step in offline.yml workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
Veki301 committed Jan 17, 2025
1 parent 54be6d5 commit 4705a6f
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/offline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,12 @@ jobs:
env:
DOCKER_LOGIN: '${{ secrets.DOCKER_LOGIN }}'

- name: Install terraform
uses: hashicorp/setup-terraform@v3
with:
terraform_version: "^1.3.7"
terraform_wrapper: false

- name: Deploy offline environment to hetzner
run: |
./offline/cd.sh
Expand Down

0 comments on commit 4705a6f

Please sign in to comment.