Skip to content

Commit ba9d17a

Browse files
aggiornamento secrets nel workflow
1 parent 023c6e8 commit ba9d17a

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/publish-blog.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -40,8 +40,8 @@ jobs:
4040
- name: Deploy to site host
4141
uses: airvzxf/ftp-deployment-action@latest
4242
with:
43-
server: ${{ secrets.FTP_SERVER }}
44-
user: ${{ secrets.FTP_USERNAME }}
45-
password: ${{ secrets.FTP_PASSWORD }}
43+
server: ${{ secrets.FTP_SRV }}
44+
user: ${{ secrets.FTP_USER }}
45+
password: ${{ secrets.FTP_PWD }}
4646
local_dir: "./cortexflow-blog"
47-
remote_dir: ${{ secrets.CF_SITE_DIR_1 }}
47+
remote_dir: ${{ secrets.FTP_CF_DIR_2 }}

0 commit comments

Comments
 (0)