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 validate
|
||||
- terraform plan -var "token=$LINODE_TOKEN"
|
||||
secrets:
|
||||
- linode_token
|
||||
- aws_access_key_id
|
||||
- aws_secret_access_key
|
||||
secrets: [linode_token, aws_access_key_id, aws_secret_access_key]
|
||||
|
||||
deploy:
|
||||
image: alpine:3.16
|
||||
|
@ -30,7 +27,4 @@ pipeline:
|
|||
- terraform validate
|
||||
- terraform plan -out deploy.plan -var "token=$LINODE_TOKEN"
|
||||
- terraform apply deploy.plan -var "token=$LINODE_TOKEN"
|
||||
secrets:
|
||||
- linode_token
|
||||
- aws_access_key_id
|
||||
- aws_secret_access_key
|
||||
secrets: [linode_token, aws_access_key_id, aws_secret_access_key]
|
||||
|
|
Loading…
Reference in New Issue