Skip to content

Commit

Permalink
🐎 ci: remove publish action
Browse files Browse the repository at this point in the history
  • Loading branch information
xiangechen committed Feb 28, 2024
1 parent b13a81a commit 4d11c8b
Showing 1 changed file with 1 addition and 18 deletions.
19 changes: 1 addition & 18 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Test And Deoloy
name: Test

on:
push:
Expand All @@ -22,21 +22,4 @@ jobs:

- name: Run unit tests
run: npm run test

- name: Build
run: npm run build

- name: Remove map files
run: rm -rf build/*.map

- name: Copy file to server
uses: appleboy/[email protected]
with:
host: ${{ secrets.CHILI3D_HOST }}
username: ${{ secrets.CHILI3D_HOST_USER }}
password: ${{ secrets.CHILI3D_HOST_PSD }}
source: build/*
target: /var/www/html/chili3d
strip_components: 1
rm: true

0 comments on commit 4d11c8b

Please sign in to comment.