Skip to content

Commit

Permalink
Merge pull request #30 from luisferrarezi/luisferrarezi-patch-10
Browse files Browse the repository at this point in the history
Update deploy_app.yml
  • Loading branch information
luisferrarezi authored May 15, 2024
2 parents e37f573 + dd5a377 commit 9c38acb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deploy_app.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
java-version: '21'
distribution: 'temurin'
- name: SonarCloud Scan
run: mvn -B verify sonar:sonar -Dsonar.projectKey=luisferrarezi_tiulanches -Dsonar.organization=luisferrarezi -Dsonar.host.url=https://sonarcloud.io -Dsonar.login=$SONAR_TOKEN
run: mvn clean verify sonar:sonar -Dsonar.projectKey=luisferrarezi_tiulanches -Dsonar.organization=luisferrarezi -Dsonar.host.url=https://sonarcloud.io -Dsonar.login=$SONAR_TOKEN
env:
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
Expand Down Expand Up @@ -78,7 +78,7 @@ jobs:
run: |
touch tiulanches-config.yaml
cat > tiulanches-config.yaml << __EOF__
${{ env.CONFIG_MAP_YAML }}
${{ CONFIG_MAP_YAML }}
__EOF__
- name: Azure Login
Expand Down

0 comments on commit 9c38acb

Please sign in to comment.