Skip to content

Commit

Permalink
Fix local-dir in FTP Deploy (#99)
Browse files Browse the repository at this point in the history
  • Loading branch information
DavidBakerEffendi authored Dec 14, 2023
1 parent bea4233 commit 2a1944b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,4 +30,4 @@ jobs:
password: ${{ secrets.ftps_password }}
protocol: ftps
server-dir: public_html/
local-dir: public/
local-dir: main/public/

0 comments on commit 2a1944b

Please sign in to comment.