Skip to content

Commit

Permalink
Update build-and-deploy.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
joyliu-q authored Mar 6, 2025
1 parent 97b8352 commit 2d9c00f
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/build-and-deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,13 @@ jobs:
uses: pennlabs/shared-actions/.github/workflows/react.yaml@238aa5ee908afba9f906641b51f82bb81572f66a
with:
path: frontend
imageName: penn-mobile-frontend
nodeVersion: 20.11.1

githubRef: ${{ github.ref }}
gitSha: ${{ github.sha }}
secrets:
DOCKER_USERNAME: ${{ secrets.DOCKER_USERNAME }}
DOCKER_PASSWORD: ${{ secrets.DOCKER_PASSWORD }}
build-backend:
name: Build backend
runs-on: ubuntu-latest
Expand Down

0 comments on commit 2d9c00f

Please sign in to comment.