Categorygithub.com/sol-armada/sol-bot
repository
1.8.0
Repository: https://github.com/sol-armada/sol-bot.git
Documentation: pkg.go.dev

# Packages

No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author

# README

admin

$env:GOOS="linux"; $env:GOARCH="amd64"; go build -o bin/admin ./cmd/ `
&& ssh [email protected] "supervisorctl stop all" `
&& scp ./bin/admin [email protected]:/opt/admin/admin `
&& scp ./settings.prod.toml [email protected]:/opt/admin/settings.toml `
&& ssh [email protected] "supervisorctl start all"