Commit 3163083852
Verified · cmc ci/build: success
Makefile +1 −1
| @@ -7,7 +7,7 @@ | ||
| 7 | 7 | # Override the target host with: make deploy HOST=example.org PORT=22 |
| 8 | 8 | # Deploy an uncommitted build on purpose with: ALLOW_DIRTY=1 make deploy |
| 9 | 9 | |
| 10 | HOST ?= 46.232.248.67 | |
| 10 | HOST ?= gitbay.org | |
| 11 | 11 | PORT ?= 2222 |
| 12 | 12 | CLI_DEST ?= /opt/homebrew/bin/gitbay |
| 13 | 13 | |