Skip to content

Module Release

Module Release #1

Workflow file for this run

name: "Restricted Deployment"
on:
workflow_dispatch:
jobs:
deploy:
name: "Deploy to Protected Environment"
runs-on: ubuntu-latest
environment: production
steps:
- name: "Deploy Application"
run: echo "Deploying to production environment."