# 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"