Skip to content

Commit 473411e

Browse files
authored
chore: add deploy workflow for playground (#16034)
Fixes eslint/eslint.org#233
1 parent a30b66c commit 473411e

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed
Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
name: 'Playground Deploy'
2+
3+
on:
4+
release:
5+
types: ['published']
6+
7+
jobs:
8+
deploy:
9+
name: 'Deploy'
10+
runs-on: ubuntu-latest
11+
12+
steps:
13+
- run: curl -X POST -d {} ${{ secrets.NETLIFY_PLAYGROUND_BUILD_HOOK }}

0 commit comments

Comments
 (0)