Skip to content

Cd deployment

Cd deployment #5

Workflow file for this run

name: status Badge
on:
# push:
# branches: [main]
pull_request_target:
branches: [main]
jobs:
test:
runs-on: ubuntu-latest
permissions:
pull-requests: write
steps:
- uses: mshick/add-pr-comment@v2
with:
message: |
[![Build NextApp Preview and Deploy](https://github.com/dogdb-org/dogdb-frontend/actions/workflows/preview.yaml/badge.svg?branch=${{github.head_ref}}&event=push)](https://github.com/dogdb-org/dogdb-frontend/actions/workflows/preview.yaml) <br/> <h3>[DogDB - ${{github.head_ref}} url 🐜](https://preview.dogdb.org/${{secrets.DOGDB_PREVIEW_FRONTEND_FOLDER_NAME}}/${{secrets.DOGDB_PREVIEW_FRONTEND_FOLDER_NAME}}-${{ github.head_ref }}/out)</h3>