5 lines
67 B
Bash
5 lines
67 B
Bash
|
#!/bin/bash
|
||
|
|
||
|
chmod +x deploy.py
|
||
|
pip install hcloud
|
||
|
python deploy.py
|