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
6f13c4b5
Commit
6f13c4b5
authored
May 12, 2022
by
Jonatan Zint
Browse files
fix deploy stage
parent
1d3eacdb
Pipeline
#11002
failed with stages
in 46 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
6f13c4b5
...
...
@@ -19,6 +19,7 @@ deploy:
image
:
instrumentisto/rsync-ssh:latest
stage
:
deploy
script
:
-
rsync -e 'ssh -p 22016' --delete -rvz dist/pwa/ info2022deploy@65.108.159.16:.
-
apt-get update && apt-get install 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