Skip to content

Commit c39c503

Browse files
committed
chore: small changes
1 parent ab63382 commit c39c503

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/deploy.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -22,12 +22,12 @@ jobs:
2222
run: |
2323
npm i
2424
npm run build
25-
mkdir -p ../../page/rem
26-
cp -r dist/* ../../page/rem
25+
mkdir -p ../../liriliri/rem
26+
cp -r dist/* ../../liriliri/rem
2727
- uses: appleboy/scp-action@master
2828
with:
2929
host: ${{ secrets.HOST }}
3030
username: ${{ secrets.USERNAME }}
3131
password: ${{ secrets.PASSWORD }}
32-
source: "page/rem/"
33-
target: "/root/"
32+
source: "liriliri/rem/"
33+
target: "/var/www/"

0 commit comments

Comments
 (0)