Merge pull request 'Do not deploy `nginx` conf, if deployed.' (#56) from do-not-deploy-nginx-conf-if-deployed into master

Reviewed-on: #56
This commit is contained in:
Kazuhiro MUSASHI 2020-11-12 15:58:32 +09:00
commit 2f4a0efec6
1 changed files with 2 additions and 0 deletions

View File

@ -46,5 +46,7 @@ end
git '/home/webadm/repo/nginx-config' do
user 'webadm'
repository 'https://gitea.kazu634.com/kazu634/nginx-config.git'
not_if 'test -e /home/webadm/repo/nginx-config'
end