Linux实现项目的自动化部署

Linux实现项目的自动化部署一、自动化部署git项目
#!/bin/bash
# 清除项目进程和历史文件
pkill -f start.py
sleep 1
cd /root/automat