Skip to content

Commit 6a7d6da

Browse files
committed
fix: update ftp configuration for upload
1 parent cd14e4e commit 6a7d6da

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/build.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -32,12 +32,12 @@ jobs:
3232
- name: Upload artifact
3333
uses: wangyucode/sftp-upload-action@v1.4.8
3434
with:
35-
host: ${{ secrets.STATIC_FTP_HOST }}
36-
port: ${{ secrets.STATIC_FTP_PORT }}
37-
username: static
38-
password: ${{ secrets.STATIC_FTP_PASS }}
35+
host: ${{ secrets.NICKCHAN_FTP_HOST }}
36+
port: ${{ secrets.NICKCHAN_FTP_PORT }}
37+
username: palera1n
38+
password: ${{ secrets.NICKCHAN_FTP_PASS }}
3939
forceUpload: true
4040
dryRun: false
4141
localDir: 'packages/'
42-
remoteDir: '/artifacts/loader/universal_lite'
42+
remoteDir: '/www/static.palera.in/artifacts/loader/universal_lite'
4343

0 commit comments

Comments
 (0)