Closed shuroki closed 4 years ago
I want to add one command 'git push' when click on deploy. I added the command in shell script and executed it, but it was not successful.
把你的 _config.yml 的 deployCommand 改一下
_config.yml
deployCommand
admin: deployCommand: './deploy.sh' # 这个是你要执行的 bash。里面添加 git push 命令就行
I want to add one command 'git push' when click on deploy. I added the command in shell script and executed it, but it was not successful.