update ci/cd

This commit is contained in:
Solomon Laing 2022-12-04 17:06:44 +10:30
parent 4a575b8ca7
commit 6d7a466263

View File

@ -50,9 +50,9 @@ deploy-job:
stage: deploy
tags:
- hugo
environment:
name: Production
url: "$Live_Server_IP"
# environment:
# name: Production
# url: "$Live_Server_IP"
before_script:
- 'command -v ssh-agent >/dev/null || ( apt-get update -y && apt-get install openssh-client -y)'
- eval $(ssh-agent -s)