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