This commit is contained in:
parent
7d43226770
commit
09f52f3b2f
1 changed files with 69 additions and 69 deletions
18
.drone.yml
18
.drone.yml
|
@ -16,7 +16,7 @@ platform:
|
|||
steps:
|
||||
# Set global environment variables.
|
||||
# https://docs.drone.io/pipeline/environment/syntax/#per-pipeline
|
||||
environment:
|
||||
environment:
|
||||
ARK_USERNAME:
|
||||
from_secret: ARK_USERNAME
|
||||
ARK_PASSWORD:
|
||||
|
@ -25,7 +25,7 @@ environment:
|
|||
from_secret: CODEBERG_USERNAME
|
||||
CODEBERG_PASSWORD:
|
||||
from_secret: CODEBERG_PASSWORD
|
||||
- name: 4get
|
||||
- name: 4get
|
||||
failure: ignore # If step fails, ignore and move onto next step.
|
||||
commands:
|
||||
- git clone https://ark.sudovanilla.org/korbs/4get/ && cd ./4get/
|
||||
|
@ -33,7 +33,7 @@ environment:
|
|||
- docker build -t ark.sudovanilla.org/korbs/4get:arm64 .
|
||||
- docker push ark.sudovanilla.org/korbs/4get:arm64
|
||||
|
||||
- name: Cinny
|
||||
- name: Cinny
|
||||
failure: ignore # If step fails, ignore and move onto next step.
|
||||
commands:
|
||||
- git clone https://github.com/cinnyapp/cinny && cd ./cinny/
|
||||
|
@ -41,7 +41,7 @@ environment:
|
|||
- docker build -t ark.sudovanilla.org/korbs/cinny:arm64 .
|
||||
- docker push ark.sudovanilla.org/korbs/cinny:arm64
|
||||
|
||||
- name: Bun
|
||||
- name: Bun
|
||||
failure: ignore # If step fails, ignore and move onto next step.
|
||||
commands:
|
||||
- git clone https://github.com/oven-sh/bun && cd ./bun/dockerhub/debian-slim/
|
||||
|
@ -49,7 +49,7 @@ environment:
|
|||
- docker build -t ark.sudovanilla.org/korbs/bun:arm64 .
|
||||
- docker push ark.sudovanilla.org/korbs/bun:arm64
|
||||
|
||||
- name: Hyperpipe
|
||||
- name: Hyperpipe
|
||||
failure: ignore # If step fails, ignore and move onto next step.
|
||||
commands:
|
||||
- git clone https://codeberg.org/Hyperpipe/Hyperpipe && cd ./Hyperpipe/
|
||||
|
@ -57,7 +57,7 @@ environment:
|
|||
- docker build -t ark.sudovanilla.org/korbs/hyperpipe:arm64 .
|
||||
- docker push ark.sudovanilla.org/korbs/hyperpipe:arm64
|
||||
|
||||
- name: Bin
|
||||
- name: Bin
|
||||
failure: ignore # If step fails, ignore and move onto next step.
|
||||
commands:
|
||||
- git clone https://github.com/w4/bin && cd ./bin/
|
||||
|
@ -65,7 +65,7 @@ environment:
|
|||
- docker build -t ark.sudovanilla.org/korbs/bin:arm64 .
|
||||
- docker push ark.sudovanilla.org/korbs/bin:arm64
|
||||
|
||||
- name: Whoogle
|
||||
- name: Whoogle
|
||||
failure: ignore # If step fails, ignore and move onto next step.
|
||||
commands:
|
||||
- git clone https://github.com/benbusby/whoogle-search && cd ./whoogle-search/
|
||||
|
@ -73,7 +73,7 @@ environment:
|
|||
- docker build -t ark.sudovanilla.org/korbs/whoogle:arm64 .
|
||||
- docker push ark.sudovanilla.org/korbs/whoogle:arm64
|
||||
|
||||
- name: "Araa Search"
|
||||
- name: "Araa Search"
|
||||
failure: ignore # If step fails, ignore and move onto next step.
|
||||
commands:
|
||||
- git clone https://github.com/Extravi/araa-search && cd ./araa-search/
|
||||
|
@ -82,7 +82,7 @@ environment:
|
|||
- docker build -t ark.sudovanilla.org/korbs/araa-search:arm64 .
|
||||
- docker push ark.sudovanilla.org/korbs/araa-search:arm64
|
||||
|
||||
- name: Poke
|
||||
- name: Poke
|
||||
failure: ignore # If step fails, ignore and move onto next step.
|
||||
commands:
|
||||
- git clone https://codeberg.org/ashley/poke && cd ./poke/
|
||||
|
|
Loading…
Reference in a new issue