Skip to content

Commit 10aa5a2

Browse files
committed
Merge branch 'hotfix/v1.0.2'
2 parents 056f837 + 0c782ed commit 10aa5a2

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/main.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@ jobs:
1414
- name: 📂 Sync files
1515
uses: SamKirkland/FTP-Deploy-Action@v4.3.6
1616
with:
17-
server: ftp.inceptionsol.com
17+
server: ${{ secrets.FTPSERVER }}
1818
username: ${{ secrets.FTPUSERNAME }}
1919
password: ${{ secrets.FTPPASSWORD }}
2020
protocol: ftps
21-
server-dir: /domains/twitter-task.inceptionsol.com/public_html/
21+
server-dir: ${{ secrets.FTPDIR }}

0 commit comments

Comments
 (0)