Skip to content

Commit

Permalink
fix of main.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Ciframa committed Jun 24, 2024
1 parent 748616e commit f1fc0e6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
- name: Deploy Backend to FTP server
uses: SamKirkland/[email protected]
with:
server: ftp://287586.w86.wedos.net
server: 287586.w86.wedos.net
username: ${{ secrets.FTP_USERNAME }}
password: ${{ secrets.FTP_PASSWORD }}
local-dir: Fitmo_backend/ # Directory containing backend files
Expand All @@ -32,7 +32,7 @@ jobs:
- name: Deploy Frontend to FTP server
uses: SamKirkland/[email protected]
with:
server: ftp://287586.w86.wedos.net
server: 287586.w86.wedos.net
username: ${{ secrets.FTP_USERNAME }}
password: ${{ secrets.FTP_PASSWORD }}
local-dir: Fitmo_frontend/ # Directory containing frontend files
Expand Down

0 comments on commit f1fc0e6

Please sign in to comment.