further debug
continuous-integration/woodpecker the build failed
Details
continuous-integration/woodpecker the build failed
Details
parent
91f6a82149
commit
1feb4ce120
|
@ -11,10 +11,7 @@ pipeline:
|
||||||
- terraform init
|
- terraform init
|
||||||
- terraform validate
|
- terraform validate
|
||||||
- terraform plan -var "token=$LINODE_TOKEN"
|
- terraform plan -var "token=$LINODE_TOKEN"
|
||||||
secrets:
|
secrets: [linode_token, aws_access_key_id, aws_secret_access_key]
|
||||||
- linode_token
|
|
||||||
- aws_access_key_id
|
|
||||||
- aws_secret_access_key
|
|
||||||
|
|
||||||
deploy:
|
deploy:
|
||||||
image: alpine:3.16
|
image: alpine:3.16
|
||||||
|
@ -30,7 +27,4 @@ pipeline:
|
||||||
- terraform validate
|
- terraform validate
|
||||||
- terraform plan -out deploy.plan -var "token=$LINODE_TOKEN"
|
- terraform plan -out deploy.plan -var "token=$LINODE_TOKEN"
|
||||||
- terraform apply deploy.plan -var "token=$LINODE_TOKEN"
|
- terraform apply deploy.plan -var "token=$LINODE_TOKEN"
|
||||||
secrets:
|
secrets: [linode_token, aws_access_key_id, aws_secret_access_key]
|
||||||
- linode_token
|
|
||||||
- aws_access_key_id
|
|
||||||
- aws_secret_access_key
|
|
||||||
|
|
Loading…
Reference in New Issue