We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 056f837 + 0c782ed commit 10aa5a2Copy full SHA for 10aa5a2
1 file changed
.github/workflows/main.yml
@@ -14,8 +14,8 @@ jobs:
14
- name: 📂 Sync files
15
uses: SamKirkland/FTP-Deploy-Action@v4.3.6
16
with:
17
- server: ftp.inceptionsol.com
+ server: ${{ secrets.FTPSERVER }}
18
username: ${{ secrets.FTPUSERNAME }}
19
password: ${{ secrets.FTPPASSWORD }}
20
protocol: ftps
21
- server-dir: /domains/twitter-task.inceptionsol.com/public_html/
+ server-dir: ${{ secrets.FTPDIR }}
0 commit comments