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:
|
on:
|
||||||
# schedule:
|
schedule:
|
||||||
# - cron: '1 1 * * *' # every day at 1:01am
|
- cron: '1 1 * * *' # every day at 1:01am
|
||||||
|
|
||||||
# on: [push]
|
# on: [push]
|
||||||
|
|
||||||
@ -15,4 +15,10 @@ jobs:
|
|||||||
- name: run crawler
|
- name: run crawler
|
||||||
run: |
|
run: |
|
||||||
cd crawler
|
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
|
||||||
|
|
Reference in New Issue
Block a user