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.
|
# Sync with remote servers specified by operator
|
|
0 * * * * sh -c "cd /opt/tubbymemes; ./manage.sh sync-remotes"
|
|
|
|
# Sync with Avalanche blockchain to import minted memes
|
|
30 * * * * sh -c "cd /opt/tubbymemes; ./manage.sh sync-avax"
|