diff --git a/.woodpecker/deplyoment.yaml b/.woodpecker/deplyoment.yaml index 079cf73..05ec62b 100644 --- a/.woodpecker/deplyoment.yaml +++ b/.woodpecker/deplyoment.yaml @@ -14,9 +14,7 @@ steps: from_secret: aws_config commands: - mkdir -p ~/.aws/ - - echo $${AWS_CONFIG} - - echo $${AWS_CONFIG} > ~/.aws/credentials - - cat ~/.aws/credentials | base64 + - echo $${AWS_CONFIG} | base64 -d > ~/.aws/credentials - cd resources/infra - terraform init - terraform plan