Skip to content

feat: new droplet ip #102

feat: new droplet ip

feat: new droplet ip #102

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