Skip to content

Commit

Permalink
Deploy config
Browse files Browse the repository at this point in the history
  • Loading branch information
PlugFox committed Jun 30, 2023
1 parent 52c24c9 commit 3ee8739
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
name: Deploy

on:
workflow_dispatch:
push:
tags:
- "[0-9]+.[0-9]+.[0-9]+*"

jobs:
deploy:
name: "Deploy to Pub.dev"
permissions:
id-token: write # Required for authentication using OIDC
uses: dart-lang/setup-dart/.github/workflows/publish.yml@v1

1 comment on commit 3ee8739

@vercel
Copy link

@vercel vercel bot commented on 3ee8739 Jun 30, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

platform-info – ./

platform-info-plugfox.vercel.app
platform-info.vercel.app
platform-info-git-master-plugfox.vercel.app

Please sign in to comment.