Skip to content

Commit 86c8ca9

Browse files
committed
corrected Deploy website on push
1 parent 946f000 commit 86c8ca9

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

.github/workflows/main.yml

+5-3
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,8 @@ jobs:
1111
- name: 📂 Sync files
1212
uses: SamKirkland/FTP-Deploy-Action@v4.3.5
1313
with:
14-
server: ftp.samkirkland.com
15-
username: myFtpUserName
16-
password: ${{ secrets.ftp_password }}
14+
server: ftp.infinityfree.com
15+
username: ${{ secrets.ftp_username }}
16+
password: ${{ secrets.ftp_password }}
17+
protocol: ftps
18+
server-dir: htdocs/

0 commit comments

Comments
 (0)