Skip to content

Instantly share code, notes, and snippets.

@totetotetotem
Last active October 22, 2017 05:16
Show Gist options
  • Save totetotetotem/682e384a0dbfad5c6ec590adaf537068 to your computer and use it in GitHub Desktop.
Save totetotetotem/682e384a0dbfad5c6ec590adaf537068 to your computer and use it in GitHub Desktop.
isucon 7 deploy script
app_path=/home/isucon/isubata/webapp/go
app_name=isubata.golang
sudo nginx -s reload
sudo sysctl -p
sudo rm /var/run/webapp/webapp.sock
cd ${app_path}
# git pull origin master
make
sudo systemctl restart ${app_name}
curl -X POST --data-urlencode "payload={\"text\": \"デプロイしたよ!\"}" https://hooks.slack.com/services/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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment