Skip to content

Commit

Permalink
Temp workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
jonkafton committed Apr 25, 2024
1 parent 4ab78e9 commit 1482f72
Show file tree
Hide file tree
Showing 2 changed files with 25 additions and 0 deletions.
23 changes: 23 additions & 0 deletions .github/workflows/test-rc-deploy.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
name: Test RC Deploy

on:
push:
branches:
- "jk/frontend-dev-server"
workflow_dispatch:

jobs:
deploy-rc:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v4
with:
ref: release-candidate

- uses: akhileshns/heroku-deploy@581dd286c962b6972d427fcf8980f60755c15520
with:
heroku_api_key: ${{ secrets.HEROKU_API_KEY }}
heroku_app_name: "mitopen-rc"
heroku_email: ${{ secrets.HEROKU_EMAIL }}
branch: release-candidate
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -113,6 +113,8 @@ docs/_site
.pnp.*
frontends/.yarn
!frontends/.yarn/releases
.yarn
!.yarn/releases

# Typescript
tsconfig.tsbuildinfo
Expand Down

0 comments on commit 1482f72

Please sign in to comment.