Skip to content

Commit 3747a68

Browse files
authored
Update build_and_deploy_web_staging.yml
1 parent af20e94 commit 3747a68

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/build_and_deploy_web_staging.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@ on:
44
workflow_dispatch:
55

66
env:
7-
BASE_HREF: "web-staging"
8-
REMOTE_DIR: "web-staging"
7+
BASE_HREF: "web"
8+
REMOTE_DIR: "staging.wonderous.app"
99
jobs:
1010
build:
1111
uses: ./.github/workflows/build_web.yml
@@ -31,5 +31,5 @@ jobs:
3131
username: ${{ secrets.FTP_USERNAME }}
3232
password: ${{ secrets.FTP_PASSWORD }}
3333
local_path: ./build/web/*
34-
remote_path: wonderous.app/${{ env.REMOTE_DIR }}
34+
remote_path: ${{ env.REMOTE_DIR }}/web
3535
sftp_only: true

0 commit comments

Comments
 (0)