Skip to content

Releases: adityacodes30/deployr

v1.2.0

15 Nov 12:08
Compare
Choose a tag to compare

Release Notes: v1.2.0 🎉

  • Authenticated Deployments: Deployments are now secured with public/private key authentication. Each domain has a dedicated folder for storing keys in ~/.deployr/<domain>/auth. Use the cred command to view your keys.

  • Interactive CLI Enhancements:

    • Improved help descriptions for all commands.
    • Added a dynamic welcome banner for deployments.
    • Enhanced usability with detailed usage instructions.
  • Multi-deployment Support: Manage configurations and credentials for multiple domains seamlessly.

New Commands:

  • -help: Displays detailed usage instructions for all available commands.
  • init: Fetches and initializes a sample config.yml file in the current directory for quick setup.
  • cred <domain.com>: Displays public and private keys for domain-specific authentication.

Enjoy a more secure and interactive deployment experience with v1.2.0! 🚀

What's Changed

Full Changelog: v1.1.0...v1.2.0

v1.1.0 - CI/CD is here 🚀

24 Oct 19:11
Compare
Choose a tag to compare

Deployr now supports ci-cd for your applications. Just add the main.yml file to your .github/workflow directory with your domain name and your build will be updated on every push to the main branch

v1.0.0 - Initial Release

21 Oct 00:05
Compare
Choose a tag to compare

Deployr helps you host your Next.js application on your own aws ec2 instance, With just a few clicks, you can set up everything, from machine provisioning to serving your next application on your own domain.