Skip to content

Created GitHub Actions #1

Created GitHub Actions

Created GitHub Actions #1

Workflow file for this run

name: "Deploy on push"
on:
push:
branches:
- main
jobs:
deploy-page:
name: Deploy page
uses: ./.github/workflows/deploy-page.yaml
secrets: inherit
with:
environment: "prod"