This repository has been archived on 2021-10-24. You can view files and clone it, but cannot push or open issues or pull requests.
greenlight/scripts
Jesus Federico a0036e244b
CI Updates (#386)
* Fixed issue with pushing build to dockerhub

* Fixed issue with pushing build to dockerhub
2019-02-28 11:54:08 -05:00
..
README.md Helper scripts (#298) 2018-10-16 14:28:21 -04:00
deploy.sh Helper scripts (#298) 2018-10-16 14:28:21 -04:00
greenlight-auto-deployer.service Helper scripts (#298) 2018-10-16 14:28:21 -04:00
greenlight-auto-deployer.timer Helper scripts (#298) 2018-10-16 14:28:21 -04:00
image_build.sh CI Updates (#386) 2019-02-28 11:54:08 -05:00
image_deploy.sh CI Updates (#386) 2019-02-28 11:54:08 -05:00

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