Skip to content

Commit

Permalink
makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
jtod committed Jan 14, 2024
1 parent 1764de4 commit ed5aa93
Showing 1 changed file with 9 additions and 5 deletions.
14 changes: 9 additions & 5 deletions makefile
Original file line number Diff line number Diff line change
Expand Up @@ -56,12 +56,16 @@
# 1. On development machine:
# - update to v3.7.0, as above
# - make build
# - make installServer
# - make buildBuild
# 2. heroku login
# 3. On heroku (remotely)
# - make installServer only if server has changed, usually it doesn't
# - make buildBuild obsolete
# 2. Upload to heroku
# - cd Sigma/src/server
# - heroku login (need iPhone, open Google Authenticator app)
# - heroku config (show config variables on Heroku)
# - git status
# - git add .
# - git commit -m 'v3.7.0'
# - remove 3.7.0.bak if it exists
# - git commit -m 'v3.7.0' (copies old 3.7.0 to 3.7.0.bak)
# - git push heroku main
# - heroku config:set S16_RELEASE_VERSION=3.7.0
# S16_LATEST_RELEASE=3.7.0
Expand Down

0 comments on commit ed5aa93

Please sign in to comment.