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