Skip to content

Commit

Permalink
Merge pull request #190 from gskinnerTeam/esDotDev-continuous-deployment
Browse files Browse the repository at this point in the history
Update build_web.yml
  • Loading branch information
esDotDev authored Sep 26, 2024
2 parents 1a6310e + 86d30f4 commit 31717e4
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions .github/workflows/build_web.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,13 +27,14 @@ jobs:
run: flutter config --enable-web

- name: Build Flutter web app
run: flutter build web --release
run: flutter build web --release --wasm

- name: Upload to FTP
uses: SamKirkland/FTP-Deploy-Action@4.3.3
- name: Upload to SFTP
uses: wlixcc/SFTP-Deploy-Action@v1.2.4
with:
server: ${{ secrets.FTP_SERVER }}
username: ${{ secrets.FTP_USERNAME }}
password: ${{ secrets.FTP_PASSWORD }}
local-dir: build/web/
server-dir: /wonderous.app/web_test/
local_path: build/web/
remote_path: /wonderous.app/web_test/
sftp_only: true

0 comments on commit 31717e4

Please sign in to comment.