Skip to content

Commit

Permalink
Adjusting yaml file for backend
Browse files Browse the repository at this point in the history
  • Loading branch information
rotirk20 committed Sep 20, 2024
1 parent b0526a1 commit 7457e33
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ jobs:
server: ${{ secrets.FTP_SERVER }}
username: ${{ secrets.FTP_USERNAME }}
password: ${{ secrets.FTP_PASSWORD }}
local-dir: ./backend # Deploy the entire backend folder
local-dir: ./backend/ # Ensure it ends with a /
server-dir: /public_html/backend/ # Path where backend files are deployed on server
port: ${{ secrets.FTP_PORT }}
log-level: verbose

0 comments on commit 7457e33

Please sign in to comment.