Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Jonatan Zint
kyrene
Commits
503964a5
Commit
503964a5
authored
May 12, 2022
by
Jonatan Zint
Browse files
fix deploy command
parent
6f13c4b5
Pipeline
#11004
failed with stages
in 1 minute and 6 seconds
Changes
1
Pipelines
1
Show whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
503964a5
...
...
@@ -19,7 +19,7 @@ deploy:
image
:
instrumentisto/rsync-ssh:latest
stage
:
deploy
script
:
-
ap
t-get
update && ap
t-get install
sshpass
-
ap
k
update && ap
k add
sshpass
-
rsync --rsh="/usr/bin/sshpass -p $RSYNC_PASS ssh -o StrictHostKeyChecking=no -p 22016" --delete -rvz dist/pwa/ info2022deploy@65.108.159.16:.
only
:
-
master
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a 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