Skip to content

Commit e4184d9

Browse files
authored
Merge pull request #2799 from artilleryio/create-dummy-cf-workflow
ci: add action for publishing cf templates to s3
2 parents e20cef3 + 2240641 commit e4184d9

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
name: Publish CloudFormation templates to AWS S3
2+
3+
on:
4+
workflow_dispatch:
5+
6+
jobs:
7+
put-cloudformation-templates:
8+
runs-on: ubuntu-latest
9+
10+
steps:
11+
- name: Checkout code
12+
uses: actions/checkout@v2
13+
14+
- name: "Hello world"
15+
run: echo "Hello world"

0 commit comments

Comments
 (0)