4 lines
93 B
Bash
4 lines
93 B
Bash
#!/bin/bash
|
|
chmod +x deploy_script.py
|
|
pip install -r requirements.txt
|
|
python deploy_script.py |