Skip to content
This repository has been archived by the owner on Jun 27, 2024. It is now read-only.

build(deps): Bump semver from 6.3.0 to 6.3.1 (#4) #15

build(deps): Bump semver from 6.3.0 to 6.3.1 (#4)

build(deps): Bump semver from 6.3.0 to 6.3.1 (#4) #15

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 }}