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:
|
||||
pull_request:
|
||||
paths:
|
||||
- "aws_environment/ses-juntekim/**"
|
||||
|
||||
push:
|
||||
branches:
|
||||
|
|
@ -35,6 +33,11 @@ jobs:
|
|||
with:
|
||||
terraform_version: ${{ env.TF_VERSION }}
|
||||
|
||||
- name: Install AWS CLI
|
||||
run: |
|
||||
sudo apt-get update
|
||||
sudo apt-get install -y awscli
|
||||
|
||||
# Optional but recommended once
|
||||
- name: Verify AWS identity
|
||||
run: aws sts get-caller-identity
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue