Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Picasoft
APIs
Init
OpenPGP
Commits
58744dff
Verified
Commit
58744dff
authored
Jan 26, 2020
by
Quentin Duchemin
Browse files
Use debian slim base image
parent
d02c8775
Pipeline
#54253
passed with stages
in 41 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
58744dff
...
...
@@ -13,8 +13,11 @@ beamer-build:
tags
:
[
build
]
synchronize
:
image
:
chartedcode/alpine-sftp-client
image
:
debian:stable-slim
stage
:
deploy
before_script
:
-
apt-get update -y
-
apt-get install -y openssh-client sshpass
script
:
-
sshpass -p ${SFTP_PASSWORD} sftp -o StrictHostKeyChecking=no -P 2222 ${SFTP_USER}@${SFTP_HOST}:uploads <<< $'mkdir api\n cd api\n put *.pdf openpgp.pdf'
dependencies
:
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment