Skip to content

Add workflow for deploying to a staging website #3

Add workflow for deploying to a staging website

Add workflow for deploying to a staging website #3

name: Deploy to wordpress-playground-staging.atomicsites.blog
on:
workflow_dispatch:
# TODO: Remove this after testing
pull_request:
concurrency:
group: staging-website-deployment
jobs:
deploy-to-staging:
# TODO: Rename main workflow
uses: ./.github/workflows/build-website.yml
with:
environment: 'playground-wordpress-net-wp-cloud-staging'