misc tool scripts
db access, artefact app download and deploy
This commit is contained in:
9
nextcloud_devenv/deploy_poll.sh
Executable file
9
nextcloud_devenv/deploy_poll.sh
Executable file
@@ -0,0 +1,9 @@
|
||||
#!/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/
|
||||
|
||||
Reference in New Issue
Block a user