Skip to content

Commit 371e3f9

Browse files
authored
ci: Trigger Netlify deploy on build completion (#128)
1 parent b5888d9 commit 371e3f9

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.github/workflows/tauri-build.yml

+7
Original file line numberDiff line numberDiff line change
@@ -105,3 +105,10 @@ jobs:
105105
src-tauri/target/*/release/bundle/**/*.app
106106
src-tauri/target/release/bundle/**/*.msi
107107
src-tauri/target/release/bundle/**/*.exe
108+
deploy-netlify:
109+
if: github.event_name == 'release'
110+
needs: publish-tauri
111+
runs-on: ubuntu-latest
112+
steps:
113+
- name: Deploy to Netlify
114+
run: curl -X POST -d '{}' ${{ secrets.NETLIFY_DEPLOY_HOOK }}

0 commit comments

Comments
 (0)