workflow ses
This commit is contained in:
parent
f083b6adab
commit
d5ef79950f
1 changed files with 5 additions and 2 deletions
7
.github/workflows/ses-juntekim.yml
vendored
7
.github/workflows/ses-juntekim.yml
vendored
|
|
@ -2,8 +2,6 @@ name: Terraform SES (mist)
|
||||||
|
|
||||||
on:
|
on:
|
||||||
pull_request:
|
pull_request:
|
||||||
paths:
|
|
||||||
- "aws_environment/ses-juntekim/**"
|
|
||||||
|
|
||||||
push:
|
push:
|
||||||
branches:
|
branches:
|
||||||
|
|
@ -35,6 +33,11 @@ jobs:
|
||||||
with:
|
with:
|
||||||
terraform_version: ${{ env.TF_VERSION }}
|
terraform_version: ${{ env.TF_VERSION }}
|
||||||
|
|
||||||
|
- name: Install AWS CLI
|
||||||
|
run: |
|
||||||
|
sudo apt-get update
|
||||||
|
sudo apt-get install -y awscli
|
||||||
|
|
||||||
# Optional but recommended once
|
# Optional but recommended once
|
||||||
- name: Verify AWS identity
|
- name: Verify AWS identity
|
||||||
run: aws sts get-caller-identity
|
run: aws sts get-caller-identity
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue