Skip to content

Commit

Permalink
feat: build node for build pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
saku-koodari committed Sep 12, 2024
1 parent 6f54494 commit ad00104
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,15 @@ jobs:
packages: write
steps:
- uses: actions/checkout@v4

- name: Build frontend
run: npm run build
with:
path: ./frontend

- name: Move built frontend to maven
run: mv frontend/out server/target/classes/static

- name: Build and push Docker image
run: |
tag=ghcr.io/opetushallitus/koto-rekisteri:$GITHUB_SHA
Expand Down

0 comments on commit ad00104

Please sign in to comment.