Skip to content

Commit

Permalink
Merge pull request #2799 from artilleryio/create-dummy-cf-workflow
Browse files Browse the repository at this point in the history
ci: add action for publishing cf templates to s3
  • Loading branch information
InesNi authored May 29, 2024
2 parents e20cef3 + 2240641 commit e4184d9
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions .github/workflows/s3-publish-cf-templates.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
name: Publish CloudFormation templates to AWS S3

on:
workflow_dispatch:

jobs:
put-cloudformation-templates:
runs-on: ubuntu-latest

steps:
- name: Checkout code
uses: actions/checkout@v2

- name: "Hello world"
run: echo "Hello world"

0 comments on commit e4184d9

Please sign in to comment.