Skip to content

Commit

Permalink
update deploy script
Browse files Browse the repository at this point in the history
  • Loading branch information
liudanking committed May 26, 2018
1 parent 6109e68 commit 06303b2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion qpserver/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ branch := `git rev-parse --abbrev-ref HEAD`
deploy:
@echo "deploy remote server..." && \
git push origin HEAD && \
sl-vultr-la "source /etc/profile && cd /go/src/github.com/liudanking/quic-proxy/pqserver && git pull && git checkout $(branch) && \
ssh vultr-la "source /etc/profile && cd /go/src/github.com/liudanking/quic-proxy/pqserver && git pull && git checkout $(branch) && \
git branch && make && supervisorctl restart $(SERVICE)" && \
echo "deploy done"

Expand Down

0 comments on commit 06303b2

Please sign in to comment.