Go Release
Release Information
One-line
output
Step by Step
Release app (on linux)
output
Release docker (on mac)
output
Details
Step by Step
1. Push all commit, reclone repo, and snap login
output
2. set git tag (배포서버)
output
3. run goreleaser (배포서버)
output
4. docker hub release (맥북/배포서버)
output
5. github docker package (맥북/배포서버)
output
Pre-Setting
Set git token
$export GITHUB_TOKEN="YOUR_GH_TOKEN"
Release app (on linux)
output
Release docker (on mac)
output
Details
Step by Step
1. Push all commit, reclone repo, and snap loginoutput
2. set git tag (배포서버)
output
3. run goreleaser (배포서버)
output
4. docker hub release (맥북/배포서버)
output
5. github docker package (맥북/배포서버)
output
Pre-Setting
Set git token$export GITHUB_TOKEN="YOUR_GH_TOKEN"