Skip to content

Commit

Permalink
test-deploy v.47
Browse files Browse the repository at this point in the history
  • Loading branch information
yarobash committed Nov 24, 2024
1 parent 780d30b commit f1fbb21
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .github/workflows/test-deployment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,3 +55,13 @@ jobs:
port: ${{ secrets.SERVER_SSH_PORT }}
source: main/*
target: /var/www/webface/
- name: Make correct folder structure
uses: appleboy/[email protected]
with:
host: ${{ secrets.SERVER_NAME }}
username: ${{ secrets.USERNAME }}
key: ${{ secrets.SERVER_SSH_KEY }}
port: ${{ secrets.SERVER_SSH_PORT }}
script: |
cp -r /var/www/webface/main/* /var/www/webface/
rm -r /var/www/webface/main

0 comments on commit f1fbb21

Please sign in to comment.