Files
full/apps/base/sender/scripts/update.sh

7 lines
96 B
Bash

git pull
go get all
go get -u ./...
go mod tidy
git add .
git commit -m 'run update.sh'
git push