Skip to content

Commit

Permalink
Update build_and_deploy_web_staging.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
esDotDev authored Sep 26, 2024
1 parent af20e94 commit 3747a68
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build_and_deploy_web_staging.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ on:
workflow_dispatch:

env:
BASE_HREF: "web-staging"
REMOTE_DIR: "web-staging"
BASE_HREF: "web"
REMOTE_DIR: "staging.wonderous.app"
jobs:
build:
uses: ./.github/workflows/build_web.yml
Expand All @@ -31,5 +31,5 @@ jobs:
username: ${{ secrets.FTP_USERNAME }}
password: ${{ secrets.FTP_PASSWORD }}
local_path: ./build/web/*
remote_path: wonderous.app/${{ env.REMOTE_DIR }}
remote_path: ${{ env.REMOTE_DIR }}/web
sftp_only: true

0 comments on commit 3747a68

Please sign in to comment.