Skip to content

wusung/gitops-runner

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

64 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

GitOps Runner

Purpose

The project aims to deploy the application of distribution to target server behind the firewall.

How to install

curl https://raw.githubusercontent.com/wusung/gitops-runner/master/install.sh | sudo bash -s -- -r=/var/www -a=gitops-runner -p=3030

Check the service with systemd

sudo service gitops-runner status

How to uninstall

sudo rm /etc/systemd/system/gitops-runner.service
sudo rm -rf /var/lib/gitops-runner
sudo rm -rf /opt/gitops-runner

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors