Remove Whoogle and Bewcloud
All checks were successful
continuous-integration/drone Build is passing
All checks were successful
continuous-integration/drone Build is passing
This commit is contained in:
parent
dca7ecf6dd
commit
6f4469acdd
4 changed files with 0 additions and 92 deletions
92
.drone.yml
Normal file → Executable file
92
.drone.yml
Normal file → Executable file
|
@ -86,28 +86,6 @@ steps:
|
|||
- docker push ark.sudovanilla.org/korbs/aptabase:arm64
|
||||
- docker push codeberg.org/korbs/aptabase:arm64
|
||||
|
||||
- name: "Bewcloud"
|
||||
failure: ignore
|
||||
environment:
|
||||
ARK_USERNAME:
|
||||
from_secret: ARK_USERNAME
|
||||
ARK_PASSWORD:
|
||||
from_secret: ARK_PASSWORD
|
||||
CODEBERG_USERNAME:
|
||||
from_secret: CODEBERG_USERNAME
|
||||
CODEBERG_PASSWORD:
|
||||
from_secret: CODEBERG_PASSWORD
|
||||
commands:
|
||||
- git clone https://github.com/bewcloud/bewcloud && cd ./bewcloud/
|
||||
- echo $ARK_PASSWORD | docker login ark.sudovanilla.org --username $ARK_USERNAME --password-stdin
|
||||
- echo $CODEBERG_PASSWORD | docker login codeberg.org --username $CODEBERG_USERNAME --password-stdin
|
||||
|
||||
- docker build -t ark.sudovanilla.org/korbs/bew:arm64 .
|
||||
- docker build -t codeberg.org/korbs/bew:arm64 .
|
||||
|
||||
- docker push ark.sudovanilla.org/korbs/bew:arm64
|
||||
- docker push codeberg.org/korbs/bew:arm64
|
||||
|
||||
- name: 4get
|
||||
failure: ignore
|
||||
environment:
|
||||
|
@ -218,28 +196,6 @@ steps:
|
|||
- docker push ark.sudovanilla.org/korbs/bin:arm64
|
||||
- docker push codeberg.org/korbs/bin:arm64
|
||||
|
||||
- name: Whoogle
|
||||
failure: ignore
|
||||
environment:
|
||||
ARK_USERNAME:
|
||||
from_secret: ARK_USERNAME
|
||||
ARK_PASSWORD:
|
||||
from_secret: ARK_PASSWORD
|
||||
CODEBERG_USERNAME:
|
||||
from_secret: CODEBERG_USERNAME
|
||||
CODEBERG_PASSWORD:
|
||||
from_secret: CODEBERG_PASSWORD
|
||||
commands:
|
||||
- git clone https://github.com/benbusby/whoogle-search && cd ./whoogle-search/
|
||||
- echo $ARK_PASSWORD | docker login ark.sudovanilla.org --username $ARK_USERNAME --password-stdin
|
||||
- echo $CODEBERG_PASSWORD | docker login codeberg.org --username $CODEBERG_USERNAME --password-stdin
|
||||
|
||||
- docker build -t ark.sudovanilla.org/korbs/whoogle:arm64 .
|
||||
- docker build -t codeberg.org/korbs/whoogle:arm64 .
|
||||
|
||||
- docker push ark.sudovanilla.org/korbs/whoogle:arm64
|
||||
- docker push codeberg.org/korbs/whoogle:arm64
|
||||
|
||||
- name: "Araa Search"
|
||||
failure: ignore
|
||||
environment:
|
||||
|
@ -358,30 +314,6 @@ steps:
|
|||
- docker push codeberg.org/korbs/aptabase:amd64
|
||||
- docker rmi codeberg.org/korbs/aptabase:amd64
|
||||
|
||||
- name: "Bewcloud"
|
||||
failure: ignore
|
||||
environment:
|
||||
ARK_USERNAME:
|
||||
from_secret: ARK_USERNAME
|
||||
ARK_PASSWORD:
|
||||
from_secret: ARK_PASSWORD
|
||||
CODEBERG_USERNAME:
|
||||
from_secret: CODEBERG_USERNAME
|
||||
CODEBERG_PASSWORD:
|
||||
from_secret: CODEBERG_PASSWORD
|
||||
commands:
|
||||
- git clone https://github.com/bewcloud/bewcloud && cd ./bewcloud/
|
||||
- echo $ARK_PASSWORD | docker login ark.sudovanilla.org --username $ARK_USERNAME --password-stdin
|
||||
- echo $CODEBERG_PASSWORD | docker login codeberg.org --username $CODEBERG_USERNAME --password-stdin
|
||||
|
||||
- docker build -t ark.sudovanilla.org/korbs/bew:amd64 .
|
||||
- docker build -t codeberg.org/korbs/bew:amd64 .
|
||||
|
||||
- docker push ark.sudovanilla.org/korbs/bew:amd64
|
||||
- docker rmi ark.sudovanilla.org/korbs/bew:amd64
|
||||
- docker push codeberg.org/korbs/bew:amd64
|
||||
- docker rmi codeberg.org/korbs/bew:amd64
|
||||
|
||||
- name: 4get
|
||||
failure: ignore
|
||||
environment:
|
||||
|
@ -502,30 +434,6 @@ steps:
|
|||
- docker push codeberg.org/korbs/bin:amd64
|
||||
- docker rmi codeberg.org/korbs/bin:amd64
|
||||
|
||||
- name: Whoogle
|
||||
failure: ignore
|
||||
environment:
|
||||
ARK_USERNAME:
|
||||
from_secret: ARK_USERNAME
|
||||
ARK_PASSWORD:
|
||||
from_secret: ARK_PASSWORD
|
||||
CODEBERG_USERNAME:
|
||||
from_secret: CODEBERG_USERNAME
|
||||
CODEBERG_PASSWORD:
|
||||
from_secret: CODEBERG_PASSWORD
|
||||
commands:
|
||||
- git clone https://github.com/benbusby/whoogle-search && cd ./whoogle-search/
|
||||
- echo $ARK_PASSWORD | docker login ark.sudovanilla.org --username $ARK_USERNAME --password-stdin
|
||||
- echo $CODEBERG_PASSWORD | docker login codeberg.org --username $CODEBERG_USERNAME --password-stdin
|
||||
|
||||
- docker build -t ark.sudovanilla.org/korbs/whoogle:amd64 .
|
||||
- docker build -t codeberg.org/korbs/whoogle:amd64 .
|
||||
|
||||
- docker push ark.sudovanilla.org/korbs/whoogle:amd64
|
||||
- docker rmi ark.sudovanilla.org/korbs/whoogle:amd64
|
||||
- docker push codeberg.org/korbs/whoogle:amd64
|
||||
- docker rmi codeberg.org/korbs/whoogle:amd64
|
||||
|
||||
- name: "Araa Search"
|
||||
failure: ignore
|
||||
environment:
|
||||
|
|
0
LICENSE
Normal file → Executable file
0
LICENSE
Normal file → Executable file
0
README.md
Normal file → Executable file
0
README.md
Normal file → Executable file
0
phanpy/Dockerfile
Normal file → Executable file
0
phanpy/Dockerfile
Normal file → Executable file
Loading…
Reference in a new issue