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
Commits
85728a79
Commit
85728a79
authored
2 years ago
by
Klaas Kliffen
Committed by
Mattia Mancini
2 years ago
Browse files
Options
Downloads
Patches
Plain Diff
Attach to use legacy scp protocol
parent
d622eabe
No related branches found
No related tags found
1 merge request
!101
Attach to use legacy scp protocol
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
.gitlab-ci.yml
+2
-2
2 additions, 2 deletions
.gitlab-ci.yml
with
2 additions
and
2 deletions
.gitlab-ci.yml
+
2
−
2
View file @
85728a79
...
...
@@ -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
:
...
...
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