Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
E
ESAP GUI
Manage
Activity
Members
Labels
Plan
Jira
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
ASTRON SDC
ESCAPE WP5
ESAP GUI
Merge requests
!101
Attach to use legacy scp protocol
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Attach to use legacy scp protocol
hotfix/use_legacy_scp_protocol
into
master
Overview
0
Commits
1
Pipelines
0
Changes
1
Merged
Klaas Kliffen
requested to merge
hotfix/use_legacy_scp_protocol
into
master
2 years ago
Overview
0
Commits
1
Pipelines
0
Changes
1
Expand
0
0
Merge request reports
Viewing commit
131adab2
Show latest version
1 file
+
2
−
2
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
131adab2
Add '-O' option to use legacy scp protocol
· 131adab2
Klaas Kliffen
authored
2 years ago
.gitlab-ci.yml
+
2
−
2
Options
@@ -34,8 +34,8 @@ deploy-esap-gui:
-
chmod 644 ~/.ssh/known_hosts
script
:
-
echo "Deploying to server"
-
scp -r build/static/* sdc@dop814.astron.nl:~/shared/static
-
scp -r build/* sdc@dop814.astron.nl:~/shared/public_html/esap-gui
-
scp
-O
-r build/static/* sdc@dop814.astron.nl:~/shared/static
-
scp
-O
-r build/* sdc@dop814.astron.nl:~/shared/public_html/esap-gui
-
echo "Deployed"
when
:
manual
only
:
Loading