Update .gitlab-ci.yml file
This commit is contained in:
parent
78b4cf3fbd
commit
b74cb6a95e
@ -7,9 +7,10 @@ variables:
|
|||||||
|
|
||||||
pages:
|
pages:
|
||||||
before_script:
|
before_script:
|
||||||
- apk add --update --no-cache openssh
|
- apk add --update --no-cache openssh sshpass
|
||||||
script:
|
script:
|
||||||
- hugo
|
- hugo
|
||||||
|
- sshpass -p "$scp_password" scp public $scp_path
|
||||||
artifacts:
|
artifacts:
|
||||||
paths:
|
paths:
|
||||||
- public
|
- public
|
||||||
|
Loading…
x
Reference in New Issue
Block a user