Skip to content

Commit

Permalink
Adding project name in local-dir in yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
Tarik Dedić committed Aug 20, 2024
1 parent 10f3699 commit e2ddf3c
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 @@ -43,6 +43,6 @@ jobs:
server: ${{ secrets.FTP_SERVER }}
username: ${{ secrets.FTP_USERNAME }}
password: ${{ secrets.FTP_PASSWORD }}
local-dir: ./dist/
local-dir: ./dist/smetovi/ # Adjust this to match your project name
server-dir: /public_html/ # Adjust this to your target directory on the server
port: ${{ secrets.FTP_PORT }} # Optional, default is 21

0 comments on commit e2ddf3c

Please sign in to comment.