DPZC/cloud_init.yaml

7 lines
232 B
YAML
Raw Normal View History

2022-01-05 13:34:11 +01:00
#cloud-config
runcmd:
- cd /home
2022-01-05 13:35:27 +01:00
- git clone https://git.wmi.amu.edu.pl/s434742/DPZC
2022-01-05 13:34:11 +01:00
- chmod +x /home/webservice
- cp /home/webservice.service /etc/systemd/system/webservice.service
- systemctl start webservice