Skip to content

Commit 3cadc65

Browse files
committed
Refactor FTP deployment configuration
1 parent bbbade9 commit 3cadc65

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/main.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,8 @@ jobs:
1818
with:
1919
security: strict
2020
protocol: ftps
21-
server: ${{ secrets.ftp_server }}
22-
port: ${{ secrets.ftp_port }}
23-
username: ${{ secrets.ftp_username }}
24-
password: ${{ secrets.ftp_password }}
25-
server-dir: pocketbase-cookie-auth-demo/
21+
server-dir: ${{ vars.FTP_SERVER_DIR }}
22+
server: ${{ vars.FTP_SERVER }}
23+
port: ${{ vars.FTP_PORT }}
24+
username: ${{ secrets.FTP_USERNAME }}
25+
password: ${{ secrets.FTP_PASSWORD }}

0 commit comments

Comments
 (0)