Skip to content

Commit 93fde56

Browse files
Update CD.yml
1 parent aeee94d commit 93fde56

1 file changed

Lines changed: 8 additions & 1 deletion

File tree

.github/workflows/CD.yml

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,13 +32,20 @@ jobs:
3232
add: '*'
3333

3434
# 同步到又拍云
35-
- name: Deploy upyun
35+
- name: Sync to upyun
3636
run: |
3737
wget -O upx.tar.gz http://collection.b0.upaiyun.com/softwares/upx/upx_0.4.9_linux_amd64.tar.gz
3838
tar -zxf upx.tar.gz
3939
chmod +x upx
4040
./upx login ${{ secrets.UP_BUCKET }} ${{ secrets.UP_OPERATOR }} ${{ secrets.UP_OPERATOR_PASSWORD }}
4141
./upx sync ./ / --delete
42+
./upx rm -d .git
43+
./upx rm -d .github
44+
./upx rm .gitignore
45+
./upx rm .deepsource.toml
46+
./upx rm _workflow.py
47+
./upx rm README.md
48+
./upx rm LICENSE
4249
./upx rm upx
4350
./upx rm upx.tar.gz
4451
./upx logout

0 commit comments

Comments
 (0)