fix deploy
Some checks failed
/ Test (push) Successful in 3s
/ Checkout (push) Successful in 11s
/ Build (push) Failing after 6s
ci / docker (push) Successful in 5m46s

This commit is contained in:
david 2024-07-22 04:08:44 +02:00
parent f37ca70694
commit 7809a0d419

View file

@ -25,4 +25,4 @@ jobs:
tags: code.hohl.cloud/jwa11y/a11yist:latest tags: code.hohl.cloud/jwa11y/a11yist:latest
cache-from: type=registry,ref=code.hohl.cloud/jwa11y/a11yist:latest cache-from: type=registry,ref=code.hohl.cloud/jwa11y/a11yist:latest
cache-to: type=inline cache-to: type=inline
- run: docker compose up -f /services/a11yist/docker-compose.yml -d - run: docker compose -f /services/a11yist/docker-compose.yml up -d