Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
Website
Manage
Activity
Members
Labels
Plan
JetBrains YouTrack
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Model registry
Operate
Terraform modules
Analyze
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
KSZK
Website
Commits
c81e6bc3
Verified
Commit
c81e6bc3
authored
Feb 5, 2022
by
Rafael László
Browse files
Options
Downloads
Patches
Plain Diff
Fix host key verification and port
parent
35634c7a
No related branches found
No related tags found
No related merge requests found
Pipeline
#17108
failed
Feb 5, 2022
Stage: build
Stage: deploy
Changes
1
Pipelines
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
.gitlab-ci.yml
+2
-1
2 additions, 1 deletion
.gitlab-ci.yml
with
2 additions
and
1 deletion
.gitlab-ci.yml
+
2
−
1
View file @
c81e6bc3
...
@@ -20,8 +20,9 @@ prod-ftp:
...
@@ -20,8 +20,9 @@ prod-ftp:
script
:
script
:
-
lftp -e "set dns:order 'inet inet6'; set net:timeout 5;
-
lftp -e "set dns:order 'inet inet6'; set net:timeout 5;
set net:max-retries 2; set net:reconnect-interval-base 5;
set net:max-retries 2; set net:reconnect-interval-base 5;
set sftp:auto-confirm yes;
mirror --parallel=10 --delete --verbose -R public/ site/kszk/ ; quit"
mirror --parallel=10 --delete --verbose -R public/ site/kszk/ ; quit"
-u $FTP_USER,$FTP_PASS $FTP_HOST
-u $FTP_USER,$FTP_PASS $FTP_HOST
-p10022
only
:
only
:
-
master
-
master
except
:
except
:
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
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!
Save comment
Cancel
Please
register
or
sign in
to comment