Skip to content

Commit 780d30b

Browse files
committed
test-deploy v.46
1 parent 5b0663f commit 780d30b

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

.github/workflows/test-deployment.yml

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -36,11 +36,6 @@ jobs:
3636
uses: actions/download-artifact@v4
3737
with:
3838
name: production-build
39-
- name: List folder
40-
run: |
41-
ls
42-
ls main
43-
ls dist
4439
- name: Prepare folders on production server
4540
uses: appleboy/ssh-action@v1.2.0
4641
with:
@@ -58,5 +53,5 @@ jobs:
5853
username: ${{ secrets.USERNAME }}
5954
key: ${{ secrets.SERVER_SSH_KEY }}
6055
port: ${{ secrets.SERVER_SSH_PORT }}
61-
source: dist/*
56+
source: main/*
6257
target: /var/www/webface/

0 commit comments

Comments
 (0)