Skip to content

Commit

Permalink
ci: trying to use previously built artifacts
Browse files Browse the repository at this point in the history
  • Loading branch information
paoloose committed Nov 18, 2024
1 parent ec2afee commit f62cb1b
Showing 1 changed file with 2 additions and 7 deletions.
9 changes: 2 additions & 7 deletions .github/workflows/cloudflare-hosting-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ on:

jobs:
build:
name: Build
name: Build and deploy
runs-on: ubuntu-latest
steps:
- name: 📚 Git Checkout
Expand All @@ -20,7 +20,7 @@ jobs:
uses: subosito/flutter-action@v2
with:
channel: "stable"
flutter-version: 3.24.0
flutter-version: 3.24.2

- name: 📦 Install Dependencies
run: flutter pub get
Expand All @@ -34,11 +34,6 @@ jobs:
name: web-build
path: build/web

deploy:
runs-on: ubuntu-latest
name: Deploy
steps:
- uses: actions/checkout@v4
- name: Deploy
uses: cloudflare/wrangler-action@v3
with:
Expand Down

0 comments on commit f62cb1b

Please sign in to comment.