From 2052adf9749ebc72105b7a5d2020d47dd2d718ef Mon Sep 17 00:00:00 2001 From: Adam Outler Date: Wed, 2 Apr 2025 23:07:44 +0000 Subject: [PATCH] Update Jenkinsfile --- Jenkinsfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Jenkinsfile b/Jenkinsfile index eecaf83..e3ab722 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -20,7 +20,7 @@ pipeline { GMAIL_APP_PASSWORD="${GMAIL_APP_PASSWORD}" \ COMPOSE_PROJECT_NAME=${PROJECT_NAME} \ docker compose up -d --force-recreate - echo "ALTER USER joplin WITH PASSWORD '\$PG_PASS';" | docker exec -i postgres psql -U postgres -d postgres + echo "ALTER USER joplin WITH PASSWORD '\$PG_PASS';" | docker exec -i postgres psql -U joplin -d joplindb """ }