Skip to content

Commit

Permalink
chore: update upstream directory path
Browse files Browse the repository at this point in the history
  • Loading branch information
alexanderdavide committed Dec 8, 2024
1 parent 5617216 commit 0bd9809
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,6 @@ jobs:
host: ${{ secrets.UPSTREAM_HOST_URL }}
localDir: dist
password: ${{ secrets.UPSTREAM_PASSWORD }}
remoteDir: htdocs/${{ secrets.APEX_DOMAIN_URI }}/${{ secrets.SUBDOMAIN_URI }}
remoteDir: ${{ secrets.APEX_DOMAIN_URI }}/httpdocs/${{ secrets.SUBDOMAIN_URI }}
user: ${{ secrets.UPSTREAM_USERNAME }}
options: "--delete"
options: '--delete'

0 comments on commit 0bd9809

Please sign in to comment.