Skip to content

Commit

Permalink
testing deploying with az cli
Browse files Browse the repository at this point in the history
  • Loading branch information
Ajsalemo committed May 15, 2024
1 parent ad93b7a commit 0475177
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,6 @@ jobs:
# _buildArgumentsValues_

- name: Deploy to Container Apps
run: az containerapp up -g "ansalemo-rg" -n "ansalemo-java-from-source" --source . --environment "ansalemo-acaenv-consumption"
run: az containerapp up -g "ansalemo-rg" -n "ansalemo-java-from-source" --source ${{ github.workspace }} --environment "ansalemo-acaenv-consumption"


0 comments on commit 0475177

Please sign in to comment.