Skip to content

Commit

Permalink
chore(ci): add turbo
Browse files Browse the repository at this point in the history
  • Loading branch information
theaungmyatmoe committed Nov 6, 2023
1 parent 3cb6df4 commit 61bc56b
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 3 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/canary-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ jobs:
build-binaries:
name: Build Tauri Binaries
timeout-minutes: 15

env:
TURBO_TOKEN: ${{ secrets.TURBO_TOKEN }}
TURBO_TEAM: ${{ vars.TURBO_TEAM }}
Expand All @@ -27,8 +28,6 @@ jobs:
platform: [ macos-latest, ubuntu-latest, windows-latest ]

runs-on: ${{ matrix.platform }}


steps:
- name: Checkout Code
uses: actions/checkout@v4
Expand Down
9 changes: 8 additions & 1 deletion .github/workflows/major-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,19 @@ on:

jobs:
create-release:
name: Create Release for mCal App
timeout-minutes: 15

env:
TURBO_TOKEN: ${{ secrets.TURBO_TOKEN }}
TURBO_TEAM: ${{ vars.TURBO_TEAM }}

permissions:
contents: write

runs-on: ubuntu-20.04
outputs:
release_id: ${{ steps.create-release.outputs.result }}

steps:
- uses: actions/checkout@v4
- name: setup node
Expand Down

1 comment on commit 61bc56b

@vercel
Copy link

@vercel vercel bot commented on 61bc56b Nov 6, 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:

mcal-doc – ./apps/docs

mcal-doc-myanmar-cyber-youths.vercel.app
mcal-doc.vercel.app
mcal-doc-git-main-myanmar-cyber-youths.vercel.app

Please sign in to comment.