Skip to content

Commit

Permalink
Merge branch 'production' into main
Browse files Browse the repository at this point in the history
  • Loading branch information
HlisTilen authored Dec 9, 2024
2 parents 294e046 + e543953 commit cec1188
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/frontend.yml
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ jobs:
uses: actions/setup-node@v3
with:
node-version: 20

- name: Setup Java 17
uses: actions/setup-java@v3
with:
Expand Down Expand Up @@ -163,12 +163,13 @@ jobs:
-Dsonar.host.url=https://sonarcloud.io \
-Dsonar.javascript.lcov.reportPaths=coverage/lcov.info
# Gradnja Docker slike in nalaganje na Docker Hub - Production
dockerize-and-push-prod:
needs: [test-frontend, sonarcloud-analysis]
runs-on: ubuntu-latest

if: github.ref == 'refs/heads/production'

environment:
name: Production

Expand Down

0 comments on commit cec1188

Please sign in to comment.