We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 94c4816 commit 9bc9f32Copy full SHA for 9bc9f32
.github/workflows/main.yml
@@ -0,0 +1,15 @@
1
+name: Main workflow
2
+
3
+on:
4
+ push:
5
+ branches:
6
+ - main
7
8
+jobs:
9
+ build-and-deploy:
10
+ runs-on: ubuntu-latest
11
+ steps:
12
+ - name: Webhook 📲
13
+ uses: wei/curl@master
14
+ with:
15
+ args: ${{ vars.DEPLOY_WEBHOOK_URL }}?secret=${{ secrets.DEPLOY_WEBHOOK_SECRET }}
.gitignore
@@ -1,4 +1,5 @@
static/
*/*
+!.github/**/*
!*/compose.yml
0 commit comments