fixes port
This commit is contained in:
@@ -19,8 +19,8 @@ REPO ?= spacesh
|
||||
|
||||
# ---- Prod deploy (SSH) ----
|
||||
SSH_HOST ?= 192.168.8.5
|
||||
SSH_USER ?= deploy
|
||||
SSH_REMOTE_DIR ?= /opt/spacesh
|
||||
SSH_USER ?= root
|
||||
SSH_REMOTE_DIR ?= /srv/spaceshell
|
||||
SSH_KEY ?= $(HOME)/.ssh/id_rsa
|
||||
SSH_OPTS := -i $(SSH_KEY) -o StrictHostKeyChecking=accept-new
|
||||
|
||||
|
||||
Reference in New Issue
Block a user