Compare commits
2 Commits
b39b74957d
...
7af63c7d11
Author | SHA1 | Date |
---|---|---|
|
7af63c7d11 | |
|
62cc903f4c |
|
@ -26,5 +26,5 @@ pipeline:
|
||||||
- terraform init
|
- terraform init
|
||||||
- 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
|
||||||
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