From 5b5b7fcafe21f20c452062dc818ed84843a54052 Mon Sep 17 00:00:00 2001 From: Dialpuri Date: Mon, 18 Sep 2023 15:21:18 +0100 Subject: [PATCH] Updated frontend.yml --- .github/workflows/frontend.yml | 2 +- webserver/src/common/Loading.jsx | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/frontend.yml b/.github/workflows/frontend.yml index e075c183..87ba5e97 100644 --- a/.github/workflows/frontend.yml +++ b/.github/workflows/frontend.yml @@ -35,7 +35,7 @@ jobs: server: ${{ secrets.ftp_server_ip}} username: ${{ secrets.ftp_username }} password: ${{ secrets.ftp_password }} - protocol: ${{ secrets.ftp_protocol}} + protocol: SFTP port: ${{ secrets.ftp_port }} local-dir: webserver/public_html/ server-dir: ${{ secrets.ftp_server_dir }}/ diff --git a/webserver/src/common/Loading.jsx b/webserver/src/common/Loading.jsx index 387fdea7..eac46209 100644 --- a/webserver/src/common/Loading.jsx +++ b/webserver/src/common/Loading.jsx @@ -11,7 +11,6 @@ export default function Loading({loadingText}) { size={100} aria-label="Loading Spinner" data-testid="loader" - />