Update .gitlab-ci.yml file

This commit is contained in:
Denys Konovalov 2022-03-20 13:26:26 +00:00
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