Skip to content

Commit

Permalink
test-deploy 38
Browse files Browse the repository at this point in the history
  • Loading branch information
yarobash committed Nov 21, 2024
1 parent dac08b8 commit ac5c12d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test-deployment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
with:
name: production-build
- name: Display artifact files
run: ls main
run: ls webface_test
- name: Prepare folders on production server
uses: appleboy/[email protected]
with:
Expand All @@ -53,5 +53,5 @@ jobs:
username: root
key: ${{ secrets.SERVER_SSH_KEY }}
port: 22
source: main/*
source: webface_test/*
target: /var/www/

0 comments on commit ac5c12d

Please sign in to comment.