don't require RPC
Some checks are pending
ci/woodpecker/push/build-amd64 Pipeline is pending
ci/woodpecker/push/build-arm64 Pipeline is pending
ci/woodpecker/push/build-docker Pipeline is pending
ci/woodpecker/push/docs Pipeline is pending
ci/woodpecker/push/lint Pipeline is pending
ci/woodpecker/push/test Pipeline is pending

This commit is contained in:
Floatingghost 2024-05-29 06:12:23 +01:00
parent f2d59a2922
commit c38555de5c

View file

@ -1,3 +1,4 @@
#!/bin/sh #!/bin/sh
docker compose run --rm akkoma ./bin/pleroma_ctl $@ # this should all be done without needing a running instance
docker compose run --rm -e "PLEROMA_CTL_RPC_DISABLED=true" akkoma ./bin/pleroma_ctl $@