Skip to content

Commit

Permalink
Attempt Netlify CI
Browse files Browse the repository at this point in the history
  • Loading branch information
bvanvugt committed Jul 29, 2023
1 parent bc13733 commit 7326cd7
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 2 deletions.
19 changes: 19 additions & 0 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
name: Release

# on:
# release:
# types: [published]
# branches: [main]
on:
push: # Branch pushes only, not tags
branches:
- '**'

jobs:

deploy:
name: Deploy to Netlify
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- run: npm install -g netlify-cli
4 changes: 2 additions & 2 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -18,5 +18,5 @@ node_modules
vite.config.js.timestamp-*
vite.config.ts.timestamp-*

# Temp, remove me.
.demo
# Netlify
.netlify

0 comments on commit 7326cd7

Please sign in to comment.