Skip to content

notaLonelyDay/ZipOps

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 

Repository files navigation

ZipOps

Deploy your services with ease as zipping files

  1. Zip
  2. Push
  3. Unzip
  4. Run

Stop wasting your time on learning complex deploy systems like GitOps and K8s.

Deploy must be easy.

1. Zip

Pack your services configuration to zip file, using zip/python/any library

2. Push

Upload your files to server using sftp/scp/ftp/any way

3. Unzip

Connect to server by ssh and just unzip services

4. Run

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

tips&tricks

  • store configrations in github repo
  • store secrets in .env file, and before push encrypt it with gpg

About

KISS following deploy paradigm

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published