Skip to content

feat: support dev channel #556

feat: support dev channel

feat: support dev channel #556

Workflow file for this run

name: Review website
on:
pull_request:
types: [labeled, synchronize]
workflow_dispatch:
env:
WERF_REPO: "ghcr.io/${{ github.repository_owner }}/trdl"
jobs:
converge:
name: Converge to Review
runs-on: tfprod-trdl
if: github.event.label.name == 'review docs' || contains( github.event.pull_request.labels.*.name, 'review docs' )
steps:
- name: Checkout code
uses: actions/checkout@v3
with:
fetch-depth: 0
- name: Print review URL
env:
ENV_URL: "review-${{ github.event.number }}.trdl.dev.flant.com"
run: |
echo "https://${ENV_URL}"
- name: Converge
uses: werf/actions/[email protected]
with:
env: review-${{ github.event.number }}
env:
WERF_DIR: "docs"
WERF_KUBE_CONTEXT: dev