Skip to content

Commit

Permalink
Create deploy.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
malikparvez authored Nov 16, 2023
1 parent 2616db2 commit 480d79f
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
name: Deployment

on:
push:
branches:
- main

jobs:
deployment:
runs-on: ubuntu-latest
environment: prod
concurrency: prod
steps:
- name: deploy
run: |
echo "test"

0 comments on commit 480d79f

Please sign in to comment.