update ci/cd
This commit is contained in:
parent
4a575b8ca7
commit
6d7a466263
@ -50,9 +50,9 @@ deploy-job:
|
|||||||
stage: deploy
|
stage: deploy
|
||||||
tags:
|
tags:
|
||||||
- hugo
|
- hugo
|
||||||
environment:
|
# environment:
|
||||||
name: Production
|
# name: Production
|
||||||
url: "$Live_Server_IP"
|
# url: "$Live_Server_IP"
|
||||||
before_script:
|
before_script:
|
||||||
- 'command -v ssh-agent >/dev/null || ( apt-get update -y && apt-get install openssh-client -y)'
|
- 'command -v ssh-agent >/dev/null || ( apt-get update -y && apt-get install openssh-client -y)'
|
||||||
- eval $(ssh-agent -s)
|
- eval $(ssh-agent -s)
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user