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 9b2424cde0
GRN2-112: Default language fallback fails with a 500 error (#469)
* GRN2-112: Default language fallback fails with a 500 error

* Updates for passing rspec tests

* Added cache for gitlab ci

* Updated cache for gitlab

* Restored Dockerfile

* Fixed glitch in filter for build and deployment
2019-04-17 15:33:38 -04: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 GRN2-112: Default language fallback fails with a 500 error (#469) 2019-04-17 15:33:38 -04:00
image_deploy.sh GRN2-112: Default language fallback fails with a 500 error (#469) 2019-04-17 15:33:38 -04: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