Skip to content

Commit

Permalink
Merge pull request #15 from jlsuh/develop
Browse files Browse the repository at this point in the history
CD
  • Loading branch information
jlsuh authored Feb 4, 2024
2 parents 7ee3f6e + f78f262 commit 455601f
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions .github/workflows/cd.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
name: 🚚 CD
on:
push:
branches:
- main
jobs:
publish:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Publish
uses: netlify/actions/build@master
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
NETLIFY_SITE_ID: ${{ secrets.NETLIFY_SITE_ID }}

0 comments on commit 455601f

Please sign in to comment.