mirror of
https://codeberg.org/27/inception-of-things.git
synced 2025-10-14 02:54:45 +02:00
「🔨」 fix: compliant with the subject
This commit is contained in:
3
p2/Vagrantfile
vendored
3
p2/Vagrantfile
vendored
@ -35,6 +35,7 @@ Vagrant.configure("2") do |config|
|
||||
server.vm.hostname = "#{IOT_LOGIN}S"
|
||||
server.vm.network "private_network", ip: "192.168.56.110", auto_config: true
|
||||
|
||||
server.vm.provision "shell", path: "setup-S.sh"
|
||||
server.vm.provision "shell", path: "scripts/setup-S.sh"
|
||||
server.vm.provision "shell", path: "scripts/deploy-apps.sh"
|
||||
end
|
||||
end
|
||||
|
Reference in New Issue
Block a user