We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f9416f2 commit aa60e59Copy full SHA for aa60e59
1 file changed
.github/workflows/build-wasm.yml
@@ -41,3 +41,11 @@ jobs:
41
files: |
42
pkg/hydrochess_wasm_bg.wasm
43
pkg/hydrochess_wasm.js
44
+
45
+ - name: Trigger infinitechess.org deploy
46
+ run: |
47
+ curl -s -X POST \
48
+ -H "Authorization: Bearer ${{ secrets.INFINITECHESS_DISPATCH_TOKEN }}" \
49
+ -H "Accept: application/vnd.github.v3+json" \
50
+ https://api.github.com/repos/Infinite-Chess/infinitechess.org/actions/workflows/deploy.yml/dispatches \
51
+ -d '{"ref":"prod"}'
0 commit comments