Skip to content
Snippets Groups Projects
Commit 74a95a08 authored by TonyFord's avatar TonyFord
Browse files

add info to price updater

parent f8695ece
No related branches found
No related tags found
No related merge requests found
Pipeline #74180 passed
......@@ -48,3 +48,10 @@ Smart and simple exchange managed by git issue tracking system.
| --- | --- |
| Offer | offer goods and services |
| Need | demand goods and services |
#### crontab ( for auto update )
~~~
22 2 * * * gitlab-runner cd /home/gitlab-runner/projects/p2p.faircoin.co && python3 ./price_update.py
*/2 * * * * gitlab-runner cd /home/gitlab-runner/projects/p2p.faircoin.co && python3 ./git_import.py
~~~
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment