Skip to content

Provide first github action #1

Provide first github action

Provide first github action #1

Workflow file for this run

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