Releases: adityacodes30/deployr
v1.2.0
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 thecred
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 sampleconfig.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
- security + cli enhancements by @adityacodes30 in #6
Full Changelog: v1.1.0...v1.2.0
v1.1.0 - CI/CD is here 🚀
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
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.