Skip to content

Commit

Permalink
modified deployment workflow to work with monorepo
Browse files Browse the repository at this point in the history
  • Loading branch information
ivyvanzant committed Nov 19, 2024
1 parent cd0c94d commit dc8c063
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/backend_focusfruit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ on:

jobs:
build:
runs-on: windows-latest
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v4
Expand All @@ -36,7 +36,7 @@ jobs:
uses: actions/upload-artifact@v4
with:
name: node-appb
path: .
path: packages/express-backend/release.zip

deploy:
runs-on: ubuntu-latest
Expand Down

0 comments on commit dc8c063

Please sign in to comment.