Clone the nginx config from the git repository.

This commit is contained in:
Kazuhiro MUSASHI 2019-11-03 13:42:07 +08:00 committed by Gitea
parent 12f21856bd
commit 7349dc9b30
1 changed files with 7 additions and 0 deletions

View File

@ -39,3 +39,10 @@ end
password ENV['ITAMAE_PASSWORD']
end
end
# Create `repo` directory:
git '/home/webadm/repo/nginx-config' do
user 'webadm'
repository 'https://gitea.kazu634.com/kazu634/nginx-config.git'
end