From 20ea64d01a93531f002675c83f4344a6639e364c Mon Sep 17 00:00:00 2001 From: Fabien Le Frapper Date: Wed, 10 Jul 2024 10:25:51 +0200 Subject: [PATCH] remove accidental flag in sync db workflow --- .github/workflows/sync_databases.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/sync_databases.yml b/.github/workflows/sync_databases.yml index 0db6f3540..f37610acc 100644 --- a/.github/workflows/sync_databases.yml +++ b/.github/workflows/sync_databases.yml @@ -26,7 +26,7 @@ jobs: archive_name="backup.tar.gz" # Install additional tools to interact with the database: - scalingo --app "${DUPLICATE_SOURCE_APP}" -preprod run dbclient-fetcher "${DUPLICATE_ADDON_KIND}" + scalingo --app "${DUPLICATE_SOURCE_APP}" run dbclient-fetcher "${DUPLICATE_ADDON_KIND}" # Login to Scalingo, using the token stored in `DUPLICATE_API_TOKEN`: scalingo login --api-token "${DUPLICATE_API_TOKEN}"