Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
P
prod_build_cellframe-node
Manage
Activity
Members
Labels
Plan
Issues
0
Issue boards
Milestones
Wiki
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Deploy
Releases
Model registry
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
Repository analytics
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
cellframe
prod_build_cellframe-node
Compare revisions
5c4df036eaf598431c2c04a2cf9eeb273be96a21 to 94bb1edf2b1c066ce65507103f2ea25eccef0697
Compare revisions
Changes are shown as if the
source
revision was being merged into the
target
revision.
Learn more about comparing revisions.
Source
cellframe/prod_build_cellframe-node
Select target project
No results found
94bb1edf2b1c066ce65507103f2ea25eccef0697
Select Git revision
Swap
Target
cellframe/prod_build_cellframe-node
Select target project
dapcash/prod_build_dapcash-node
1 result
5c4df036eaf598431c2c04a2cf9eeb273be96a21
Select Git revision
Show changes
Only incoming changes from source
Include changes to target since source was created
Compare
Commits on Source (2)
fix-publish_port
· 8e516b4a
Aleksandr Vodianov
authored
3 years ago
and
dmitriy.gerasimov
committed
3 years ago
8e516b4a
Merge branch 'fix-publish_port' into 'release-4.4'
· 94bb1edf
dmitriy.gerasimov
authored
3 years ago
fix-publish_port See merge request cellframe/prod_build_cellframe-node!5
94bb1edf
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
linux/debian/scripts/deploy.sh
+3
-2
3 additions, 2 deletions
linux/debian/scripts/deploy.sh
with
3 additions
and
2 deletions
linux/debian/scripts/deploy.sh
View file @
94bb1edf
...
...
@@ -6,6 +6,7 @@ echo $wd
CELLFRAME_REPO_CREDS
=
"admin@debian.pub.demlabs.net"
CELLFRAME_REPO_KEY
=
"~/.ssh/demlabs_publish"
CELLFRAME_REPO_PATH
=
"~/web/debian.pub.demlabs.net/public_html"
REPO_PORT
=
34768
CELLFRAME_FILESERVER_CREDS
=
"admin@pub.cellframe.net"
CELLFRAME_FILESERVER_PATH
=
"~/web/pub.cellframe.net/public_html/linux"
pwd
...
...
@@ -35,8 +36,8 @@ for pkgfile in $PKGFILES; do
scp
-r
-i
$CELLFRAME_REPO_KEY
../prod_build/general/essentials/
$pkgname_weblink
"
$CELLFRAME_FILESERVER_CREDS
:
$CELLFRAME_FILESERVER_PATH
/
$SUBDIR
/"
if
[[
$CI_COMMIT_REF_NAME
==
"master"
]]
;
then
set
-x
scp
-i
$CELLFRAME_REPO_KEY
$wd
/
$PACKAGE_PATH
/
$pkgname$MOD
.deb
"
$CELLFRAME_REPO_CREDS
:~/aptly/repo_update/
$pkgname_public$MOD
.deb"
ssh
-i
$CELLFRAME_REPO_KEY
"
$CELLFRAME_REPO_CREDS
"
--
"~/aptly/repo_update.sh"
scp
-P
$REPO_PORT
-i
$CELLFRAME_REPO_KEY
$wd
/
$PACKAGE_PATH
/
$pkgname$MOD
.deb
"
$CELLFRAME_REPO_CREDS
:~/aptly/repo_update/
$pkgname_public$MOD
.deb"
ssh
-p
$REPO_PORT
-i
$CELLFRAME_REPO_KEY
"
$CELLFRAME_REPO_CREDS
"
--
"~/aptly/repo_update.sh"
set
+x
fi
# ssh -i $CELLFRAME_REPO_KEY "$CELLFRAME_FILESERVER_CREDS" "ln -sf $CELLFRAME_FILESERVER_PATH/$pkgname$MOD.deb $CELLFRAME_FILESERVER_PATH/$pkgname$MOD-latest.deb"
...
...
This diff is collapsed.
Click to expand it.