chore/delete-test
Ariadne Conill 2022-06-09 04:19:15 +00:00
parent 1b83228447
commit f0108853dd
1 changed files with 1 additions and 1 deletions

View File

@ -26,5 +26,5 @@ pipeline:
- terraform init
- terraform validate
- 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]