Skip to content

chore: release v1.0.0-beta.2 #541

chore: release v1.0.0-beta.2

chore: release v1.0.0-beta.2 #541

name: Playground Deploy
on:
push:
branches: [master]
jobs:
deploy:
runs-on: ubuntu-latest
environment: Production
permissions:
contents: read
packages: write
deployments: write
steps:
- uses: actions/checkout@v6
with:
fetch-depth: 0
- uses: vuetifyjs/setup-action@fb6949e3ee1041636b7fa9eef3c7694ff31840b8 # master
- run: pnpm run build:play
- uses: vuetifyjs/coolify-action@f24a3716773c4c238e67c4bf0319c410bafc52de # master
with:
imageName: v0-playground
dockerfilePath: ./apps/playground/Dockerfile
token: ${{ secrets.GITHUB_TOKEN }}
coolifyWebhook: ${{ secrets.COOLIFY_PLAYGROUND_WEBHOOK }}
coolifySecret: ${{ secrets.COOLIFY_TOKEN }}