Skip to content

chore: update domain #9

chore: update domain

chore: update domain #9

Workflow file for this run

name: Release
on:
push:
branches: [master]
jobs:
deploy:
runs-on: ubuntu-latest
environment: Production
permissions:
contents: read
packages: write
deployments: write
steps:
- uses: actions/checkout@v5
- uses: vuetifyjs/setup-action@cb5ac088588387e65433a762de90c0b06d878677 # master
- run: pnpm run build
- uses: vuetifyjs/coolify-action@37a9c5a532f4c489e941d43edffd73fd2af00ec2 # master
with:
imageName: pkg-diff
token: ${{ secrets.GITHUB_TOKEN }}
coolifyWebhook: ${{ secrets.COOLIFY_WEBHOOK }}
coolifySecret: ${{ secrets.COOLIFY_TOKEN }}