Deploy your services with ease as zipping files
- Zip
- Push
- Unzip
- Run
Stop wasting your time on learning complex deploy systems like GitOps and K8s.
Deploy must be easy.
Pack your services configuration to zip file, using zip/python/any library
Upload your files to server using sftp/scp/ftp/any way
Connect to server by ssh and just unzip services
Run your services using simple bash script.
I recommend using docker compose
or other tools that can restart after reboot and deploy multiple services using just one file
- store configrations in github repo
- store secrets in .env file, and before push encrypt it with gpg