You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
6 lines
226 B
Plaintext
6 lines
226 B
Plaintext
3 years ago
|
# Sync with remote servers specified by operator
|
||
|
0 * * * * sh -c "cd /opt/suchwowx; ./manage.sh sync-remotes"
|
||
|
|
||
|
# Sync with Avalanche blockchain to import minted memes
|
||
|
30 * * * * sh -c "cd /opt/suchwowx; ./manage.sh sync-avax"
|