Workflows#
Development#
To install dependencies:
bun install
To run:
bun run dev
Deploy#
From root
flyctl deploy --config apps/workflows/fly.toml --dockerfile apps/workflows/Dockerfile
Docker#
The Dockerfile is generated thanks to Dofigen.
To generate the Dockerfile, run the following command from the apps/workflows directory:
# Update the dependent image versions
dofigen update
# Generate the Dockerfile
dofigen gen