mirror of
https://git.anonymousland.org/anonymousland/anonymousland.git
synced 2025-06-07 03:02:41 -04:00
Deprecate Drone CI (#83)
Our Drone instance doesn't work anymore and Gitea is getting actions support very very soon. Reviewed-on: https://git.anonymousland.org/anonymousland/anonymousland/pulls/83
This commit is contained in:
parent
6648135304
commit
c5e392d5c8
5 changed files with 0 additions and 36 deletions
12
.drone.yml
12
.drone.yml
|
@ -1,12 +0,0 @@
|
||||||
kind: pipeline
|
|
||||||
name: Jekyll build
|
|
||||||
type: docker
|
|
||||||
|
|
||||||
steps:
|
|
||||||
- name: build
|
|
||||||
image: ruby:3.1.3
|
|
||||||
commands:
|
|
||||||
- gem update
|
|
||||||
- gem install bundler
|
|
||||||
- bundle install
|
|
||||||
- bundle exec jekyll build
|
|
|
@ -10,7 +10,6 @@
|
||||||
|
|
||||||
<div align="center">
|
<div align="center">
|
||||||
|
|
||||||

|
|
||||||

|

|
||||||

|

|
||||||

|

|
||||||
|
|
11
docker.sh
11
docker.sh
|
@ -1,11 +0,0 @@
|
||||||
#!/bin/bash
|
|
||||||
|
|
||||||
docker run \
|
|
||||||
--name=site \
|
|
||||||
--network=site \
|
|
||||||
--restart=always \
|
|
||||||
--volume="$PWD:/srv/jekyll:Z" \
|
|
||||||
--volume="$PWD/vendor/bundle:/usr/local/bundle:Z" \
|
|
||||||
--detach \
|
|
||||||
-it jekyll/jekyll \
|
|
||||||
jekyll serve
|
|
3
start.sh
3
start.sh
|
@ -1,3 +0,0 @@
|
||||||
#!/bin/bash
|
|
||||||
bundle install
|
|
||||||
bundle exec jekyll serve
|
|
|
@ -1,9 +0,0 @@
|
||||||
#!/bin/bash
|
|
||||||
|
|
||||||
docker run --rm \
|
|
||||||
--name=site \
|
|
||||||
--network=site \
|
|
||||||
--volume="$PWD:/srv/jekyll:Z" \
|
|
||||||
--volume="$PWD/vendor/bundle:/usr/local/bundle:Z" \
|
|
||||||
-it jekyll/jekyll \
|
|
||||||
gem update
|
|
Loading…
Add table
Add a link
Reference in a new issue