Skip to content

Commit 7ab1717

Browse files
committed
[Feat] add new deployment named Netlify
1 parent f8bd5ec commit 7ab1717

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/deploy.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,13 @@ on:
66

77
permissions:
88
contents: write
9+
deployments: write
910

1011
jobs:
1112
deploy:
1213
runs-on: ubuntu-latest
14+
environment:
15+
name: Netlify
1316
steps:
1417
- name: Checkout
1518
uses: actions/checkout@v4

0 commit comments

Comments
 (0)