Skip to content

Commit

Permalink
update mafl.yml: add default config file
Browse files Browse the repository at this point in the history
  • Loading branch information
Soubinan committed Jan 24, 2025
1 parent 3ee7174 commit 8486c0e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/trigger.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,9 @@ on:
- closed
paths:
- ".github/workflows/trigger.yml"
- "./templates/**"
- "templates/**"
schedule:
- cron: "0 0 */7 * *"
workflow_dispatch:

jobs:
init:
Expand Down
3 changes: 2 additions & 1 deletion templates/mafl.yml
Original file line number Diff line number Diff line change
Expand Up @@ -96,8 +96,9 @@ instructions:
yarn install --non-interactive
yarn run build
mkdir -p /opt/mafl/extra
mkdir -p /opt/mafl/extra /opt/mafl/data
cp -r /app/.output/* /opt/mafl/
cp .example/config.yml /opt/mafl/data/config.yml
cp /app/extra/healthcheck.mjs /opt/mafl/extra/healthcheck.mjs
rm -rf /app
Expand Down

0 comments on commit 8486c0e

Please sign in to comment.