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