You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
zhongjin bc432f769a
first commit
2 years ago
..
README.md first commit 2 years ago
deploy.sh first commit 2 years ago
greenlight-auto-deployer.service first commit 2 years ago
greenlight-auto-deployer.timer first commit 2 years ago
image_build.sh first commit 2 years ago
image_deploy.sh first commit 2 years ago

README.md

Helpers

Running automatic updates

sudo ln -s /root/greenlight/scripts/deploy.sh /usr/local/bin/greenlight-deploy
sudo cp /root/greenlight/scripts/greenlight-auto-deployer.service /etc/systemd/system/greenlight-auto-deployer.service
sudo cp /root/greenlight/scripts/greenlight-auto-deployer.timer /etc/systemd/system/greenlight-auto-deployer.timer
sudo systemctl daemon-reload
sudo systemctl enable greenlight-auto-deployer.service
sudo systemctl enable greenlight-auto-deployer.timer
sudo systemctl start greenlight-auto-deployer.timer