Rename publish script to deploy.sh

Signed-off-by: Harsh Shandilya <harsh@prjkt.io>
This commit is contained in:
Harsh Shandilya 2018-07-17 03:43:19 +05:30
parent 45154366bb
commit 58f635c404
1 changed files with 0 additions and 9 deletions

View File

@ -1,9 +0,0 @@
#! /usr/bin/env bash
git push origin src
git_hash=$(git rev-parse --short HEAD)
hugo
cd public
git add .
git commit --signoff --gpg-sign -m "Rebuild at ${git_hash}"
git push origin master