Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
B
bioinformatica-na-escola
Manage
Activity
Members
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Model registry
Analyze
Contributor analytics
CI/CD 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
Renato Alves
bioinformatica-na-escola
Commits
d9af880a
Verified
Commit
d9af880a
authored
2 years ago
by
Renato Alves
Browse files
Options
Downloads
Patches
Plain Diff
Build website to public folder
parent
d1e73e22
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Pipeline
#40304
failed
2 years ago
Stage: deploy
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
.gitlab-ci.yml
+2
-1
2 additions, 1 deletion
.gitlab-ci.yml
make.sh
+1
-1
1 addition, 1 deletion
make.sh
with
3 additions
and
2 deletions
.gitlab-ci.yml
+
2
−
1
View file @
d9af880a
...
@@ -2,8 +2,9 @@ image: python:3.8-alpine
...
@@ -2,8 +2,9 @@ image: python:3.8-alpine
pages
:
pages
:
stage
:
deploy
stage
:
deploy
script
:
before_
script
:
-
apk add --update --no-cache py3-cheetah
-
apk add --update --no-cache py3-cheetah
script
:
-
sh make.sh
-
sh make.sh
artifacts
:
artifacts
:
paths
:
paths
:
...
...
This diff is collapsed.
Click to expand it.
make.sh
+
1
−
1
View file @
d9af880a
...
@@ -6,7 +6,7 @@
...
@@ -6,7 +6,7 @@
export
PYTHONPATH
=
$(
pwd
)
/src
export
PYTHONPATH
=
$(
pwd
)
/src
# Compile template files into html
# Compile template files into html
cheetah fill
--nobackup
--idir
src
--odir
build
-R
cheetah fill
--nobackup
--idir
src
--odir
public
-R
# Copy media (images, css) to the build directory
# Copy media (images, css) to the build directory
cp
-a
media build
cp
-a
media build
# Remove base and helper files
# Remove base and helper files
...
...
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