Skip to content

Commit

Permalink
test-deploy v.46
Browse files Browse the repository at this point in the history
  • Loading branch information
yarobash committed Nov 24, 2024
1 parent 5b0663f commit 780d30b
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions .github/workflows/test-deployment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,11 +36,6 @@ jobs:
uses: actions/download-artifact@v4
with:
name: production-build
- name: List folder
run: |
ls
ls main
ls dist
- name: Prepare folders on production server
uses: appleboy/[email protected]
with:
Expand All @@ -58,5 +53,5 @@ jobs:
username: ${{ secrets.USERNAME }}
key: ${{ secrets.SERVER_SSH_KEY }}
port: ${{ secrets.SERVER_SSH_PORT }}
source: dist/*
source: main/*
target: /var/www/webface/

0 comments on commit 780d30b

Please sign in to comment.