Thats fun, no idea why directory deployment broke

This commit is contained in:
Dane Everitt 2020-03-17 22:03:29 -07:00
parent be7b054a90
commit 80418baf7b
No known key found for this signature in database
GPG Key ID: EEA66103B3D71F53

3
Vagrantfile vendored
View File

@ -54,7 +54,8 @@ Vagrant.configure("2") do |config|
end
app.vm.provision :hostmanager
app.vm.provision "deploy_files", type: "file", source: "#{vagrant_root}/build/configs", destination: "/tmp/.deploy"
app.vm.provision "deploy_nginx_config", type: "file", source: "#{vagrant_root}/build/configs/nginx/pterodactyl.test.conf", destination: "/tmp/.deploy/nginx/pterodactyl.test.conf"
app.vm.provision "deploy_supervisor_config", type: "file", source: "#{vagrant_root}/build/configs/supervisor/pterodactyl.conf", destination: "/tmp/.deploy/supervisor/pterodactyl.conf"
app.vm.provision "configure_application", type: "shell", path: "#{vagrant_root}/scripts/deploy_app.sh"
app.vm.provision "setup", type: "shell", run: "never", inline: <<-SHELL
cd /srv/www