Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
TL;DR the app is currently running as https://changelog-nightly-2023-10-10.fly.dev/
This adds everything needed to run this app on Fly.io:
nginx.conf
used to serve the static filessupercronic
to run thecrontab
(now versioned in this repo!)SENTRY_DSN
Procfile
support so that the Fly app runs both nginx & supercronicforeman
, old friend!A good command to start with is
dagger run go run . build
Use the
--debug
flag to build a local image. RequiresOP_SERVICE_ACCOUNT_TOKEN
to be set. FWIW: https://developer.1password.com/docs/service-accounts/get-startedThe local image will be exported to
tmp/image.tar
. Test it locally by running:To see all available options, run:
dagger run go run .
This was done part of thechangelog/changelog.com#480
Follow-ups