Releases: simonw/datasette-publish-fly
Releases · simonw/datasette-publish-fly
1.3.1
- Fixed a bug with the
--plugin-secret
option when deployed using more recent versions of theflyctl
command. Thanks, Franz Novak and Cade Ekblad-Frank. #29
1.3
- New
--setting name value
option and--crossdb
option as a neater way of applying Datasette settings. #25 - Exit code from
datasette publish fly
is now non-zero if the publish command fails - useful for running in CI. #20 --generate-dir
option now correctly handles relative paths, and includes plugins and templates in the generated directory structure. #18
1.2
1.1.1
1.1
- New
--create-volume
and--create-db
options for adding a Fly volume to the instance and creating a read-write database that will persist data between deployments. See Using Fly volumes for writable databases for details. #10 --generate-dir
option creates a directory with thefly.toml
andDockerfile
needed for the deployment without deploying them. #13--plugin-secret
option now stores secrets using the Fly secrets mechanism #14- Fixed to work with the latest version of the
flyctl
tool