deploy.sh 91 B

1234567
  1. #!/bin/bash
  2. # 部署脚本
  3. set -e
  4. echo "Deploying..."
  5. # docker-compose up -d
  6. echo "Done!"