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
|
||||
|
||||
depends_on:
|
||||
- test
|
||||
- playwright
|
||||
#- test
|
||||
#- playwright
|
||||
|
||||
steps:
|
||||
- name: terraform
|
||||
|
|
@ -14,6 +14,7 @@ steps:
|
|||
from_secret: aws_config
|
||||
commands:
|
||||
- mkdir -p ~/.aws/
|
||||
- echo $${AWS_CONFIG}
|
||||
- echo $${AWS_CONFIG} > ~/.aws/credentials
|
||||
- cat ~/.aws/credentials
|
||||
- cd resources/infra
|
||||
|
|
|
|||
Reference in a new issue