Remove coolify POC; move id.mhnet.app to rhea #25
Workflow file for this run
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
--- | |
name: Preview | |
on: pull_request | |
jobs: | |
preview: | |
runs-on: ubuntu-latest | |
steps: | |
- uses: actions/checkout@v4 | |
- name: DNSControl preview | |
uses: wblondel/dnscontrol-action@v4 | |
id: dnscontrol_preview | |
env: | |
CLOUDFLARE_APITOKEN: ${{ secrets.CLOUDFLARE_APITOKEN }} | |
PORKBUN_API_KEY: ${{ secrets.PORKBUN_API_KEY }} | |
PORKBUN_SECRET_KEY: ${{ secrets.PORKBUN_SECRET_KEY }} | |
with: | |
args: preview | |
- name: Preview pull request comment | |
uses: unsplash/comment-on-pr@master | |
env: | |
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} | |
with: | |
msg: | | |
``` | |
${{ steps.dnscontrol_preview.outputs.preview_comment }} | |
``` | |
check_for_duplicate_msg: true |