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 45e25d4 commit 2bf20c7Copy full SHA for 2bf20c7
.fleek.json
@@ -0,0 +1,7 @@
1
+{
2
+ "build": {
3
+ "image": "fleek/puppeteer:cypress",
4
+ "command": "npm run build:fleek",
5
+ "publicDir": "dist"
6
+ }
7
+}
.github/workflows/main.yml
.github/workflows/weekly-build.yml
@@ -0,0 +1,17 @@
+name: Weekly Build (events and mailchimp subscriptions updates)
+on:
+ schedule:
+ - cron: '0 9 * * 1' # every monday at 9am
+jobs:
+ build:
+ name: Build
8
+ runs-on: ubuntu-latest
9
+ steps:
10
+ - name: Checkout repo
11
+ uses: actions/checkout@v2
12
+ - name: Trigger Fleek Deploy
13
+ uses: fleekhq/action-deploy@v1
14
+ with:
15
+ apiKey: ${{ secrets.FLEEK_API_KEY }}
16
+ - name: Done
17
+ run: echo "Check https://proto.school"
0 commit comments