Skip to content

Commit

Permalink
Updated frontend.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Dialpuri committed Sep 18, 2023
1 parent 55e5342 commit 5b5b7fc
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/frontend.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}/
Expand Down
1 change: 0 additions & 1 deletion webserver/src/common/Loading.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ export default function Loading({loadingText}) {
size={100}
aria-label="Loading Spinner"
data-testid="loader"

/>

</div>
Expand Down

0 comments on commit 5b5b7fc

Please sign in to comment.