lets see if this works
All checks were successful
Build and push / Pulling repo on server (push) Successful in 18s
All checks were successful
Build and push / Pulling repo on server (push) Successful in 18s
This commit is contained in:
parent
aebe6508d1
commit
8de033b58b
@ -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]
|
||||
|
||||
@ -16,3 +16,9 @@ jobs:
|
||||
run: |
|
||||
cd crawler
|
||||
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
|
||||
|
Reference in New Issue
Block a user