mirror of
https://github.com/pterodactyl/development.git
synced 2025-12-10 09:17:51 -06:00
Thats fun, no idea why directory deployment broke
This commit is contained in:
parent
be7b054a90
commit
80418baf7b
3
Vagrantfile
vendored
3
Vagrantfile
vendored
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user