Releases: simonw/datasette-publish-fly
Releases · simonw/datasette-publish-fly
1.3.1
- Fixed a bug with the
--plugin-secretoption when deployed using more recent versions of theflyctlcommand. Thanks, Franz Novak and Cade Ekblad-Frank. #29
1.3
- New
--setting name valueoption and--crossdboption as a neater way of applying Datasette settings. #25 - Exit code from
datasette publish flyis now non-zero if the publish command fails - useful for running in CI. #20 --generate-diroption 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-volumeand--create-dboptions 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-diroption creates a directory with thefly.tomlandDockerfileneeded for the deployment without deploying them. #13--plugin-secretoption now stores secrets using the Fly secrets mechanism #14- Fixed to work with the latest version of the
flyctltool