Skip to content

Commit

Permalink
Experimental Vite release
Browse files Browse the repository at this point in the history
  • Loading branch information
entrotech committed Oct 12, 2024
1 parent 09ccb47 commit 3ae4fed
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions .github/workflows/viteToHeroku.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
name: Deploy main branch to foodoasis.herokuapp.com

on:
push:
branches:
- vite

jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: akhileshns/[email protected] # This is the action
with:
heroku_api_key: ${{secrets.HEROKU_API_KEY}}
heroku_app_name: "foodoasisvite" #Must be unique in Heroku
heroku_email: "[email protected]"
usedocker: true

0 comments on commit 3ae4fed

Please sign in to comment.