Skip to content

Commit

Permalink
chore: update paths for gh workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
dev-geddy committed Mar 18, 2024
1 parent 1edccc9 commit 6a25642
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/delpoy-master.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
key: ${{ secrets.KEY }}
port: ${{secrets.PORT}}
script: |
rm -rf /var/www/domains/invoice.reactivelabs.cloud/static
rm -rf /var/www/domains/invoice.reactivelabs.cloud/public_html
- name: Deploy files to production
uses: appleboy/scp-action@master
Expand All @@ -46,5 +46,5 @@ jobs:
port: ${{ secrets.PORT }}
source: "./build/*"
strip_components: 1
target: "/var/www/domains/invoice.reactivelabs.cloud"
target: "/var/www/domains/invoice.reactivelabs.cloud/public_html"
overwrite: true

0 comments on commit 6a25642

Please sign in to comment.