This repository has been archived on 2025-10-08. You can view files and clone it, but cannot push or open issues or pull requests.
miniauthold/.woodpecker/deplyoment.yaml
kekskurse f8032c97cb
Some checks failed
ci/woodpecker/push/test Pipeline was successful
ci/woodpecker/push/playwright Pipeline was successful
ci/woodpecker/push/deplyoment Pipeline failed
ci/woodpecker/push/release Pipeline failed
chore: terraform
2025-03-12 23:45:38 +01:00

20 lines
361 B
YAML

when:
- event: push
branch: main
depends_on:
- test
- playwright
steps:
- name: terraform
image: hashicorp/terraform:latest
commands:
- mkdir -p ~/.aws/
- echo $AWS_CONFIG > ~/.aws/credentials
- cd resources/infra
- terraform init
- terraform plan
environment:
AWS_CONFIG:
from_secret: aws_config