Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
ACS
Public
Power System Simulation and Optimization
DPsim
DPsim
Commits
bb66f8a2
Commit
bb66f8a2
authored
Aug 26, 2019
by
Markus Mirz
Browse files
deploy packages to fedora folder
parent
5ef21167
Changes
1
Show whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
bb66f8a2
...
...
@@ -25,6 +25,13 @@ docker:
--file Packaging/Docker/Dockerfile.dev
--tag ${DOCKER_IMAGE_DEV}:${DOCKER_TAG_DEV}
--tag ${DOCKER_IMAGE_DEV}:latest .
# build dedicated jupyter image in the future
# - docker build
# --file Packaging/Docker/Dockerfile.jupyter
# --build-arg DOCKER_IMAGE=${DOCKER_IMAGE_DEV}
# --build-arg DOCKER_TAG=${DOCKER_TAG_DEV}
# --tag ${DOCKER_IMAGE_DEV}-jupyter:${DOCKER_TAG_DEV}
# --tag ${DOCKER_IMAGE_DEV}-jupyter:latest .
tags
:
-
shell
-
linux
...
...
@@ -201,9 +208,9 @@ deploy:docs:
deploy:packages:
stage
:
deploy
script
:
-
rsync ${RSYNC_OPTS} build/*.rpm ${DEPLOY_USER}@${DEPLOY_HOST}:/var/www/packages/
r
ed
hat
/x86_64
-
rsync ${RSYNC_OPTS} build/*.rpm ${DEPLOY_USER}@${DEPLOY_HOST}:/var/www/packages/
f
ed
ora/29
/x86_64
-
rsync ${RSYNC_OPTS} build/*.tar.gz ${DEPLOY_USER}@${DEPLOY_HOST}:/var/www/dpsim/src
-
ssh ${DEPLOY_USER}@${DEPLOY_HOST} createrepo /var/www/packages/
r
ed
hat
-
ssh ${DEPLOY_USER}@${DEPLOY_HOST} createrepo /var/www/packages/
f
ed
ora/29
dependencies
:
-
generate:packages
only
:
...
...
Write
Preview
Supports
Markdown
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