Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
N
Neos
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Locked Files
Issues
1
Issues
1
List
Boards
Labels
Service Desk
Milestones
Merge Requests
2
Merge Requests
2
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Security & Compliance
Security & Compliance
Dependency List
License Compliance
Packages
Packages
List
Container Registry
Analytics
Analytics
CI / CD
Code Review
Insights
Issues
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
MyCard
Neos
Commits
fd14a890
Commit
fd14a890
authored
Feb 18, 2023
by
Chunchi Che
1
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix gitlab-ci
parent
a6e22c10
Pipeline
#20254
failed with stages
in 6 minutes
Changes
1
Pipelines
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
2 deletions
+3
-2
.gitlab-ci.yml
.gitlab-ci.yml
+3
-2
No files found.
.gitlab-ci.yml
View file @
fd14a890
...
...
@@ -44,8 +44,8 @@ deploy:
extends
:
npm_build
script
:
-
sudo apt-get install rsync
-
rsync -a
--progress --human-readable
dist/ 'kirayamato@8.142.104.5:${NEOS_DEPLOY_PATH}'
-
rsync -a
--progress --human-readable
assets/ 'kirayamato@8.142.104.5:${NEOS_DEPLOY_PATH}/assets'
-
rsync -a
tv --progress --human-readable -e 'ssh -i ~/.ssh/id_ed25519'
dist/ 'kirayamato@8.142.104.5:${NEOS_DEPLOY_PATH}'
-
rsync -a
tv --progress --human-readable -e 'ssh -i ~/.ssh/id_ed25519'
assets/ 'kirayamato@8.142.104.5:${NEOS_DEPLOY_PATH}/assets'
before_script
:
-
'
command
-v
ssh-agent
>/dev/null
||
(
apt-get
update
-y
&&
apt-get
install
openssh-client
-y
)'
...
...
@@ -55,5 +55,6 @@ deploy:
-
mkdir -p ~/.ssh
-
'
[[
-f
/.dockerenv
]]
&&
echo
-e
"Host
*\n\tStrictHostKeyChecking
no\n\n"
>
~/.ssh/config'
-
echo '$NEOS_SSH_PRIVATE_KEY' > ~/.ssh/id_ed25519
-
chmod 700 ~/.ssh
Chunchi Che
@SKTT1Ryze
mentioned in commit
01247d41
·
Feb 18, 2023
mentioned in commit
01247d41
mentioned in commit 01247d414cefd7204556ba544884518350b89f9f
Toggle commit list
Write
Preview
Markdown
is supported
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