Skip to content

Commit 7efd3f9

Browse files
fixed secrets in workflow
1 parent 1eb7292 commit 7efd3f9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/update-cf.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,4 +30,4 @@ jobs:
3030
user: ${{ secrets.FTP_USERNAME }}
3131
password: ${{ secrets.FTP_PASSWORD }}
3232
local_dir: './build'
33-
remote_dir: ${{ secrets.CF_SITE_DIR }}
33+
remote_dir: ${{ secrets.CF_SITE_DIR_1 }}

0 commit comments

Comments
 (0)