Skip to content
Snippets Groups Projects
Commit 96010dcf authored by Pascal Osterwinter's avatar Pascal Osterwinter
Browse files

Reverted Test Pipeline

parent b681173d
No related branches found
No related tags found
No related merge requests found
......@@ -13,9 +13,8 @@ include:
stages:
- build
- upload
- validate
.build:
build:
stage: build
image: node:lts-alpine
variables:
......@@ -34,7 +33,7 @@ stages:
rules:
- when: always
.upload:preview:
upload:preview:
stage: upload
image: alpine:latest
environment:
......@@ -52,7 +51,7 @@ stages:
- ssh -o CheckHostIP=no fitko@dorado.uberspace.de mkdir -p preview.docs.fitko.dev/fit-connect
- rsync -rLvz --delete --checksum -e "ssh -o CheckHostIP=no" --ipv4 --progress ./build/. fitko@dorado.uberspace.de:preview.docs.fitko.dev/fit-connect/$CI_COMMIT_REF_SLUG
.upload:production:
upload:production:
stage: upload
image: alpine:latest
environment:
......@@ -68,7 +67,7 @@ stages:
- ssh -o CheckHostIP=no fitko@dorado.uberspace.de mkdir -p docs.fitko.de/fit-connect
- rsync -rLvz --delete --checksum -e "ssh -o CheckHostIP=no" --ipv4 --progress ./build/. fitko@dorado.uberspace.de:docs.fitko.de/fit-connect
.stop:preview:
stop:preview:
stage: .post
image: alpine:latest
environment:
......@@ -84,12 +83,3 @@ stages:
script:
- ssh fitko@dorado.uberspace.de "rm -rf preview.docs.fitko.dev/fit-connect/$CI_COMMIT_REF_SLUG"
link-check:
stage: validate
variables:
CRAWLER_URL: https://docs.fitko.de/fit-connect/docs
CRAWLER_DOMAIN: docs.fitko.de/fit-connect/docs
trigger:
strategy: depend
project: fit-connect/schema-link-checker
branch: main
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment