Skip to content

Commit 2fa3132

Browse files
committedFeb 26, 2020
deploy
1 parent 18cfa1e commit 2fa3132

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed
 

‎.github/workflows/deploy.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -40,5 +40,5 @@ jobs:
4040
ftp-server: sftp://dl.pl.apisium.cn:22/
4141
ftp-username: ${{ secrets.SFTP_USERNAME }}
4242
ftp-password: ${{ secrets.SFTP_PASSWORD }}
43-
git-ftp-args: --insecure --remote-root /var/www/website --delete
43+
git-ftp-args: --insecure --remote-root /var/www/website
4444
local-dir: dist

‎README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# PureLauncherOfficialWebsite
1+
# PureLauncherOfficialWebsite ![Deploy](https://github.com/Apisium/PureLauncherOfficialWebsite/workflows/Deploy/badge.svg)
22

33
## Build
44

0 commit comments

Comments
 (0)
Please sign in to comment.