Skip to content

feat: Cloudflared image bumped to 2023.10.0 (#23) #21

feat: Cloudflared image bumped to 2023.10.0 (#23)

feat: Cloudflared image bumped to 2023.10.0 (#23) #21

Workflow file for this run

name: CD
on:
push:
branches:
- master
jobs:
e2e-prod-local:
uses: homecentr/e2e/.github/workflows/run-e2e.yml@master
with:
environment: prod
client: local
secrets:
sops_age_key: ${{ secrets.SOPS_AGE_PRIVATE_KEY }}
e2e-prod-remote:
uses: homecentr/e2e/.github/workflows/run-e2e.yml@master
with:
environment: prod
client: remote
secrets:
sops_age_key: ${{ secrets.SOPS_AGE_PRIVATE_KEY }}