Skip to content

Commit

Permalink
Merge pull request #8 from CarlaPaiva/fix/pipelineurl
Browse files Browse the repository at this point in the history
fix: pipeline url
  • Loading branch information
CarlaPaiva committed Jan 8, 2024
2 parents a0a4a45 + 31a6e17 commit bf06762
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main_mediatransmute.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:
needs: build
environment:
name: 'Production'
url: ${{ steps.deploy-to-webapp.outputs.webapp-url }}
url: https://victorious-wave-0f7667510.4.azurestaticapps.net

steps:
- name: Download artifact from build job
Expand Down

0 comments on commit bf06762

Please sign in to comment.