Skip to content

Set default working directory for infrastructure #3

Set default working directory for infrastructure

Set default working directory for infrastructure #3

Workflow file for this run

defaults:
run:
shell: bash
working-directory: infrastructure
name: Deploy
on: [push, pull_request]
jobs:
deploy-infrastructure:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: hashicorp/setup-terraform@v3
- name: Prepare
run: |
terraform init
terraform plan