Skip to content

Commit

Permalink
feat: added manual trigger to fe build
Browse files Browse the repository at this point in the history
  • Loading branch information
federico-paolillo authored Sep 2, 2024
1 parent f57b994 commit 757ed63
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/fe.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
name: ssg
on:
workflow_dispatch:
schedule:
- cron: "30 4 * * *"
- cron: "0 4 * * *"
env:
SSHSTATS_BACKEND: "https://monkfish-app-ss3gb.ondigitalocean.app"
SSHSTATS_NUXT_PUBLIC_BASE_URL: "http://localhost:65000/fe/data"
Expand Down

0 comments on commit 757ed63

Please sign in to comment.