Skip to content

Instantly share code, notes, and snippets.

@veryyoung
Last active August 29, 2015 14:24
Show Gist options
  • Save veryyoung/f91bc5615888446efb7b to your computer and use it in GitHub Desktop.
Save veryyoung/f91bc5615888446efb7b to your computer and use it in GitHub Desktop.
自动化部署服务
#!/bin/bash
sh /data/tomcat8/bin shutdown.sh
cd /data/source && git pull origin branch
mvn clean package -Dmaven.test.skip=true
sh /data/tomcat8/bin startup.sh
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment