# Create a nomad app for main application
flyctl launch --name retro-star --remote-only --build-arg "GIT_COMMIT=<sha>" --image-label <sha> --region fra --copy-config --now
# Create machines app for scheduled jobs
flyctl apps create retro-star-scheduled --machines
# Schedule cronjob with previously built image
flyctl m run -a retro-star-scheduled --name huuto-net-scraper --schedule hourly "registry.fly.io/retro-star:<sha>" "npm" "run" "cron:huuto"
-
Notifications
You must be signed in to change notification settings - Fork 0
siquel/retro-star
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
About
Retro game price scrapers and analysis
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published