CI: Only deploy on ARM64 for now
No dev image available yet for testing. Signed-off-by: Michael Mayer <michael@liquidbytes.net>
This commit is contained in:
parent
9eef9d1abd
commit
7073dddadf
1 changed files with 0 additions and 19 deletions
19
.drone.yml
19
.drone.yml
|
@ -66,22 +66,6 @@ platform:
|
|||
os: linux
|
||||
|
||||
steps:
|
||||
- name: up
|
||||
commands:
|
||||
- docker-compose -f docker-compose.drone.yml up -d --build --force-recreate
|
||||
|
||||
- name: test
|
||||
commands:
|
||||
- docker-compose -f docker-compose.drone.yml exec -T photoprism make all test install migrate
|
||||
|
||||
- name: down
|
||||
commands:
|
||||
- docker-compose -f docker-compose.drone.yml down
|
||||
when:
|
||||
status:
|
||||
- failure
|
||||
- success
|
||||
|
||||
- name: deploy
|
||||
environment:
|
||||
DOCKER_USERNAME:
|
||||
|
@ -91,9 +75,6 @@ steps:
|
|||
commands:
|
||||
- scripts/docker-login.sh
|
||||
- make docker-photoprism-arm64
|
||||
when:
|
||||
status:
|
||||
- success
|
||||
|
||||
- name: clean
|
||||
commands:
|
||||
|
|
Loading…
Reference in a new issue