datasette-publish-fly

Datasette plugin for publishing data using Fly

APACHE-2.0 License

Downloads
606
Stars
20
Committers
2

Bot releases are hidden (Show)

datasette-publish-fly - 1.3.1 Latest Release

Published by simonw about 1 year ago

  • Fixed a bug with the --plugin-secret option when deployed using more recent versions of the flyctl command. Thanks, Franz Novak and Cade Ekblad-Frank. #29
datasette-publish-fly - 1.3

Published by simonw almost 2 years ago

  • 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
datasette-publish-fly - 1.2

Published by simonw about 2 years ago

  • New -o/--org option for specifying the Fly organization to deploy to - defaults to "personal". #22
  • Fixed bug where port no needs to be specified as an integer. #21
datasette-publish-fly - 1.1.1

Published by simonw over 2 years ago

  • Fixed bug where a *.db database file was created when an application with a volume was first deployed. #17
datasette-publish-fly - 1.1

Published by simonw over 2 years ago

  • 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 the fly.toml and Dockerfile 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
datasette-publish-fly - 1.0.2

Published by simonw about 3 years ago

  • Now uses --json option to read existing application names from flyctl apps list. #5
datasette-publish-fly - 1.0.1

Published by simonw almost 4 years ago

  • Fixed various errors that occurred when using latest version of flyctl. #7
datasette-publish-fly - 1.0

Published by simonw over 4 years ago

  • Fixed compatibility with Datasette 0.44. #6
  • Fix for Python 3.6. #4
datasette-publish-fly - 0.2

Published by simonw over 4 years ago

  • First non-alpha release
  • Fixed bug when flyctl returns an upgrade message. #3
datasette-publish-fly - 0.1a

Published by simonw over 4 years ago

  • First working version