Skip to content
This repository has been archived by the owner on Apr 2, 2024. It is now read-only.

Commit

Permalink
white space change to kick deploy
Browse files Browse the repository at this point in the history
  • Loading branch information
nshirley committed Apr 1, 2024
1 parent 7771595 commit 3666ccc
Showing 1 changed file with 13 additions and 13 deletions.
26 changes: 13 additions & 13 deletions .github/workflows/deploy-stack.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,23 +3,23 @@ name: Deploy CloudFormation Stack
on:
push:
branches:
- 'QPASS-*'
- "QPASS-*"

jobs:
deploy:
runs-on: guild-deploy-dev

steps:
- name: Checkout Repository
uses: actions/checkout@v4
- name: Checkout Repository
uses: actions/checkout@v4

- name: Deploy CloudFormation Stack
run: |
aws cloudformation deploy \
--template-file template.yml \
--stack-name YourStackName \
--tags Owner=qpass \
Contact=team-qpass \
Repo=github.com/qpass/guild-pact-broker \
--capabilities CAPABILITY_IAM
shell: bash
- name: Deploy CloudFormation Stack
run: |
aws cloudformation deploy \
--template-file template.yml \
--stack-name YourStackName \
--tags Owner=qpass \
Contact=team-qpass \
Repo=github.com/qpass/guild-pact-broker \
--capabilities CAPABILITY_IAM
shell: bash

0 comments on commit 3666ccc

Please sign in to comment.