Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
fda-docs
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
This is an archived project. Repository and other project resources are read-only.
Show more breadcrumbs
FAIR Data Austria DB Repository
fda-docs
Commits
01de1302
Unverified
Commit
01de1302
authored
Sep 14, 2022
by
Martin Weise
Browse files
Options
Downloads
Patches
Plain Diff
updated ci/cd
parent
d9611178
No related branches found
No related tags found
No related merge requests found
Pipeline
#2310
failed
Sep 14, 2022
Stage: configure
Stage: build
Stage: deploy
Changes
2
Pipelines
1
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
.gitlab-ci.yml
+3
-3
3 additions, 3 deletions
.gitlab-ci.yml
Makefile
+4
-2
4 additions, 2 deletions
Makefile
with
7 additions
and
5 deletions
.gitlab-ci.yml
+
3
−
3
View file @
01de1302
...
@@ -6,18 +6,18 @@ stages:
...
@@ -6,18 +6,18 @@ stages:
configure-certs
:
configure-certs
:
stage
:
configure
stage
:
configure
script
:
script
:
-
sudo certbot certonly --standalone --preferred-challenges http -d dbrepo-docs.ossdip.at --agree-tos --keep-until-expiring
-
make configure
build-mkdocs
:
build-mkdocs
:
stage
:
build
stage
:
build
needs
:
needs
:
-
configure-certs
-
configure-certs
script
:
script
:
-
m
kdocs
build
-
m
ake
build
deploy-mkdocs
:
deploy-mkdocs
:
stage
:
deploy
stage
:
deploy
needs
:
needs
:
-
build-mkdocs
-
build-mkdocs
script
:
script
:
-
sudo cp -r ./site/* /usr/share/nginx/html/dbrepo-docs.ossdip.at/
-
make deploy
This diff is collapsed.
Click to expand it.
Makefile
+
4
−
2
View file @
01de1302
...
@@ -17,7 +17,9 @@ verify:
...
@@ -17,7 +17,9 @@ verify:
build
:
build
:
mkdocs build
mkdocs build
sudo cp
-r
./site/
*
/usr/share/nginx/html/dbrepo-docs.ossdip.at/
install
:
build
configure
:
sudo
certbot certonly
--standalone
--preferred-challenges
http
-d
dbrepo-docs.ossdip.at
--agree-tos
--keep-until-expiring
sudo
certbot certonly
--standalone
--preferred-challenges
http
-d
dbrepo-docs.ossdip.at
--agree-tos
--keep-until-expiring
deploy
:
sudo cp
-r
./site/
*
/usr/share/nginx/html/dbrepo-docs.ossdip.at/
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