DPZC/cloud_init.yaml
patrycjalazna 531afe0bdb quickfix
2022-01-05 13:35:27 +01:00

7 lines
232 B
YAML

#cloud-config
runcmd:
- cd /home
- git clone https://git.wmi.amu.edu.pl/s434742/DPZC
- chmod +x /home/webservice
- cp /home/webservice.service /etc/systemd/system/webservice.service
- systemctl start webservice