Files
jugement_majoritaire/nextcloud_devenv/deploy_poll.sh
philippe lhardy f9e38ea4a4 misc tool scripts
db access, artefact app download and deploy
2025-07-31 11:10:59 +02:00

10 lines
370 B
Bash
Executable File

#!/bin/bash
# assuming polls is bind mounted in container as /root/polls
# see runpodman.sh
# podman exec -it nextcloud_local rsync --chown www-data:www-data -av /root/polls/ /var/www/html/custom_apps/polls --exclude .git --exclude node_modules
podman exec -it nextcloud_local tar -xzf /root/polls/build/artifacts/appstore/polls.tar.gz -C /var/www/html/custom_apps/