chore: terraform
This commit is contained in:
parent
75ebca0113
commit
3f248d5c83
1 changed files with 3 additions and 2 deletions
|
|
@ -3,8 +3,8 @@ when:
|
||||||
branch: main
|
branch: main
|
||||||
|
|
||||||
depends_on:
|
depends_on:
|
||||||
- test
|
#- test
|
||||||
- playwright
|
#- playwright
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: terraform
|
- name: terraform
|
||||||
|
|
@ -14,6 +14,7 @@ steps:
|
||||||
from_secret: aws_config
|
from_secret: aws_config
|
||||||
commands:
|
commands:
|
||||||
- mkdir -p ~/.aws/
|
- mkdir -p ~/.aws/
|
||||||
|
- echo $${AWS_CONFIG}
|
||||||
- echo $${AWS_CONFIG} > ~/.aws/credentials
|
- echo $${AWS_CONFIG} > ~/.aws/credentials
|
||||||
- cat ~/.aws/credentials
|
- cat ~/.aws/credentials
|
||||||
- cd resources/infra
|
- cd resources/infra
|
||||||
|
|
|
||||||
Reference in a new issue