Skip to content

Commit

Permalink
Create restricted.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
malikparvez authored Jun 13, 2024
1 parent 71f1c42 commit ffb05a0
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions .github/workflows/restricted.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
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."

0 comments on commit ffb05a0

Please sign in to comment.