Skip to content

Commit 5912b84

Browse files
authored
Update build_web.yml
1 parent 767a37e commit 5912b84

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/build_web.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Build and Deploy Flutter Web App
1+
name: Build and Deploy Flutter Web - Staging
22

33
on:
44
push:
@@ -27,7 +27,7 @@ jobs:
2727
run: flutter config --enable-web
2828

2929
- name: Build Flutter web app
30-
run: flutter build web --release --wasm
30+
run: flutter build web --wasm
3131

3232
- name: Update base href in index.html
3333
run: sed -i 's|<base href="/">|<base href="/web/">|g' build/web/index.html
@@ -39,5 +39,5 @@ jobs:
3939
username: ${{ secrets.FTP_USERNAME }}
4040
password: ${{ secrets.FTP_PASSWORD }}
4141
local_path: ./build/web/*
42-
remote_path: wonderous.app/web-staging
42+
remote_path: staging.wonderous.app/web
4343
sftp_only: true

0 commit comments

Comments
 (0)