forked from External/greenlight
Helper scripts (#298)
* Added helper scripts * Added commit tag to version tag to builds from master * Restored script for Travis * Restored script for Jenkins * Restored script for Jenkins * Restored script for Jenkins
This commit is contained in:
12
scripts/greenlight-auto-deployer.timer
Normal file
12
scripts/greenlight-auto-deployer.timer
Normal file
@ -0,0 +1,12 @@
|
||||
[Unit]
|
||||
Description=Runs greenlight-deploy every minute
|
||||
|
||||
[Timer]
|
||||
# Time to wait after booting before we run first time
|
||||
OnBootSec=1min
|
||||
# Time between running each consecutive time
|
||||
OnUnitActiveSec=1m
|
||||
Unit=greenlight-auto-deployer.service
|
||||
|
||||
[Install]
|
||||
WantedBy=multi-user.target
|
Reference in New Issue
Block a user