Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
T
teckids.org
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Container Registry
Operate
Environments
Monitor
Incidents
Service Desk
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Teckids
Team PR
teckids.org
Commits
6a320bc3
Unverified
Commit
6a320bc3
authored
11 months ago
by
Nik | Klampfradler
Browse files
Options
Downloads
Patches
Plain Diff
Also build pages again
parent
464093db
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
.gitlab-ci.yml
+20
-6
20 additions, 6 deletions
.gitlab-ci.yml
with
20 additions
and
6 deletions
.gitlab-ci.yml
+
20
−
6
View file @
6a320bc3
...
@@ -4,24 +4,38 @@ variables:
...
@@ -4,24 +4,38 @@ variables:
STORAGE_DRIVER
:
vfs
STORAGE_DRIVER
:
vfs
BUILDAH_FORMAT
:
docker
BUILDAH_FORMAT
:
docker
BUILDAH_ISOLATION
:
chroot
BUILDAH_ISOLATION
:
chroot
GIT_SUBMODULE_STRATEGY
:
recursive
default
:
before_script
:
-
buildah login -u "$CI_REGISTRY_USER" --password $CI_REGISTRY_PASSWORD $CI_REGISTRY
stages
:
stages
:
-
build
-
build
-
deploy
-
deploy
build
:
build
docker image
:
stage
:
build
stage
:
build
script
:
script
:
-
buildah bud -t teckids.org:latest
-
buildah bud -t teckids.org:latest
interruptible
:
true
interruptible
:
true
retry
:
1
retry
:
1
deploy
:
build pages
:
stage
:
build
before_script
:
-
apk add --update-cache --repository http://dl-cdn.alpinelinux.org/alpine/edge/community/ zola
-
apk add yarn
-
yarn install
script
:
-
zola build
-
cp _redirects public/
artifacts
:
paths
:
-
public/
only
:
-
master
push docker image
:
stage
:
deploy
stage
:
deploy
before_script
:
-
buildah login -u "$CI_REGISTRY_USER" --password $CI_REGISTRY_PASSWORD $CI_REGISTRY
script
:
script
:
-
buildah push teckids.org:latest
-
buildah push teckids.org:latest
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