Skip to content

Update broken links

Update broken links #3

Workflow file for this run

name: flutterdesignpatterns.com deployment
on:
push:
branches: ["master"]
# Allows you to run this workflow manually from the Actions tab
workflow_dispatch:
jobs:
web-deploy:
name: πŸš€ Deploy to flutterdesignpatterns.com
runs-on: ubuntu-latest
steps:
- name: 🚚 Get latest code
uses: actions/checkout@v3
- name: πŸ“¦ Setup Flutter
uses: subosito/flutter-action@v2
with:
channel: "stable"
- name: πŸ”¨ Build website
run: flutter build web --release --web-renderer=canvaskit
- name: πŸ“‚ Sync files
uses: SamKirkland/[email protected]
with:
server: vapsva.serveriai.lt
username: flerns
password: ${{ secrets.ftp_password }}
local-dir: ./build/web/
server-dir: public_html/