misc tool scripts

db access, artefact app download and deploy
This commit is contained in:
philippe lhardy
2025-07-31 11:10:59 +02:00
parent 89c3679be4
commit f9e38ea4a4
4 changed files with 29 additions and 0 deletions

2
notes/LONGTEXT.md Normal file
View File

@@ -0,0 +1,2 @@
problème avec LONGTEXT

5
notes/get_artefacts.sh Executable file
View File

@@ -0,0 +1,5 @@
#!/bin/bash
source_url=https://github.com/nextcloud/polls/releases/download/v8.1.4/polls-8.1.4.tar.gz
#curl -o artefacts/polls-8.1.4.tar.gz ${source_url}
wget ${source_url}