Skip to content

Releases: deeploy-sh/deeploy

v0.1.2

27 Dec 09:09
136bbb0

Choose a tag to compare

Bug Fixes

  • Fix encrypted environment variables - now properly decrypted for TUI display and container deployment (#97, #100)

Improvements

  • Replace custom viewport with bubbles viewport for pod logs (#98)

v0.1.1

25 Dec 11:13
c24da16

Choose a tag to compare

Added

  • SQLite as default database, Postgres now optional (#89, closes #52)
  • Uninstall route (#90, #91)
  • Documentation site (#85, closes #83)

Fixed

  • TUI connection check starts on auth success (#93, closes #76)
  • DB bind mount path for production setup (#90)

v0.1.0 🎉

21 Dec 09:02
7c6534f

Choose a tag to compare

First public release. (yay)

Deploy Docker apps to your VPS from the terminal. Auto SSL, instant domains, zero config.

Install on your VPS:

curl -fsSL https://deeploy.sh/server.sh | sudo bash

Install on your machine (TUI):

curl -fsSL https://deeploy.sh/tui.sh | bash

That's it. Go ship something.