Skip to content

Commit

Permalink
rename file
Browse files Browse the repository at this point in the history
  • Loading branch information
tmclaugh committed Oct 21, 2024
1 parent 17715e4 commit 60c13b0
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -61,11 +61,11 @@ jobs:
shell: bash
run: |
sam package \
--template delegate-template.yaml \
--template stacksets-template.yaml \
--s3-bucket aws-sam-cli-sourcebucket-346402060170-us-east-1 \
--s3-prefix ${{ env.GITHUB_REPOSITORY_OWNER_PART_SLUG_URL }}/${{ env.GITHUB_REPOSITORY_NAME_PART_SLUG_URL }}/${{ env.GITHUB_REF_SLUG_URL }} \
--region us-east-1 \
--output-template-file packaged-delegate-template.yaml
--output-template-file packaged-stacksets-template.yaml
- name: Store Artifacts
uses: ServerlessOpsIO/gha-store-artifacts@v1
Expand Down Expand Up @@ -104,7 +104,7 @@ jobs:
env_json: ${{ toJson(env) }}
secrets_json: ${{ toJson(secrets) }}

deploy_delegate:
deploy_stacksets:
needs:
- build
runs-on: ubuntu-latest
Expand All @@ -118,7 +118,7 @@ jobs:
with:
checkout_artifact: true

- name: Setup Python enviornment
- name: Setup Python environment
uses: ServerlessOpsIO/gha-setup-python@v1
with:
python_version: 3.12
Expand All @@ -135,7 +135,7 @@ jobs:
uses: ServerlessOpsIO/gha-deploy-aws-sam@v1
with:
aws_account_id: ${{ secrets.AWS_STACKSETS_ACCOUNT_ID }}
template_file: packaged-delegate-template.yaml
template_file: packaged-stacksets-template.yaml
cfn_capabilities: CAPABILITY_NAMED_IAM,CAPABILITY_AUTO_EXPAND
env_json: ${{ toJson(env) }}
secrets_json: ${{ toJson(secrets) }}
File renamed without changes.

0 comments on commit 60c13b0

Please sign in to comment.