This commit is contained in:
parent
0be25b4d7f
commit
9422f2c193
1 changed files with 6 additions and 6 deletions
12
.drone.yml
12
.drone.yml
|
@ -35,12 +35,12 @@ steps:
|
|||
############################
|
||||
## Phanpy ##
|
||||
############################
|
||||
- git clone https://github.com/cheeaun/phanpy && cd ./phanpy/
|
||||
- echo $ARK_PASSWORD | docker login ark.sudovanilla.org --username $ARK_USERNAME --password-stdin
|
||||
- wget https://ark.sudovanilla.org/Korbs/4get-build-automation/raw/branch/main/phanpy/Dockerfile
|
||||
- docker build -t ark.sudovanilla.org/korbs/phanpy:arm64 .
|
||||
- docker push ark.sudovanilla.org/korbs/phanpy:arm64
|
||||
- cd ../
|
||||
# - git clone https://github.com/cheeaun/phanpy && cd ./phanpy/
|
||||
# - echo $ARK_PASSWORD | docker login ark.sudovanilla.org --username $ARK_USERNAME --password-stdin
|
||||
# - wget https://ark.sudovanilla.org/Korbs/4get-build-automation/raw/branch/main/phanpy/Dockerfile
|
||||
# - docker build -t ark.sudovanilla.org/korbs/phanpy:arm64 .
|
||||
# - docker push ark.sudovanilla.org/korbs/phanpy:arm64
|
||||
# - cd ../
|
||||
|
||||
############################
|
||||
## Bun ##
|
||||
|
|
Loading…
Reference in a new issue