From a72d7ebd4e6618904cc4c44a57539fc178ecd994 Mon Sep 17 00:00:00 2001 From: Mathieu Hermann Date: Thu, 8 Feb 2024 19:05:26 +0100 Subject: [PATCH] refactor(CD): WIP --- .github/workflows/main.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 23fdae7..abfafb8 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -21,6 +21,6 @@ jobs: - name: 📂 Sync files uses: SamKirkland/FTP-Deploy-Action@v4.3.4 with: - server: $FTP_HOST - username: $FTP_USER + server: une-entreprise.ch/retroski + username: ln169x_une password: ${{ secrets.UNE_PASSWORD }}