Skip to content

feat: rename ssh record to terminal #104

feat: rename ssh record to terminal

feat: rename ssh record to terminal #104

Workflow file for this run

name: deploy
on:
push:
branches:
- main
jobs:
deploy:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: hashicorp/setup-terraform@v1
with:
cli_config_credentials_token: ${{ secrets.TF_API_TOKEN }}
- run: terraform init
- run: terraform apply -auto-approve