lets see if this works
Build and push / Pulling repo on server (push) Successful in 18s Details

This commit is contained in:
Christian Haschek 2023-12-22 21:33:07 +01:00
parent aebe6508d1
commit 8de033b58b
1 changed files with 10 additions and 4 deletions

View File

@ -1,6 +1,6 @@
# on:
# schedule:
# - cron: '1 1 * * *' # every day at 1:01am
on:
schedule:
- cron: '1 1 * * *' # every day at 1:01am
# on: [push]
@ -15,4 +15,10 @@ jobs:
- name: run crawler
run: |
cd crawler
php crawler.php
php crawler.php
git config --global user.email "gitea@haschek.at"
git config --global user.name "Gitea"
git add crawler/data.db
git commit -m "update database"
git push