We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 767a37e commit 5912b84Copy full SHA for 5912b84
.github/workflows/build_web.yml
@@ -1,4 +1,4 @@
1
-name: Build and Deploy Flutter Web App
+name: Build and Deploy Flutter Web - Staging
2
3
on:
4
push:
@@ -27,7 +27,7 @@ jobs:
27
run: flutter config --enable-web
28
29
- name: Build Flutter web app
30
- run: flutter build web --release --wasm
+ run: flutter build web --wasm
31
32
- name: Update base href in index.html
33
run: sed -i 's|<base href="/">|<base href="/web/">|g' build/web/index.html
@@ -39,5 +39,5 @@ jobs:
39
username: ${{ secrets.FTP_USERNAME }}
40
password: ${{ secrets.FTP_PASSWORD }}
41
local_path: ./build/web/*
42
- remote_path: wonderous.app/web-staging
+ remote_path: staging.wonderous.app/web
43
sftp_only: true
0 commit comments