Skip to content

Commit

Permalink
upload of certificate is working, but is not applied automatically
Browse files Browse the repository at this point in the history
  • Loading branch information
Gissebass committed Nov 11, 2024
1 parent d654c97 commit 95eddc6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test-workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
- name: Delete existing container instances
run: |
for i in 1 2 3; do
for i in 1 2; do
az container delete \
--name hilfling-backend${i} \
--resource-group hilfling-backend_group \
Expand All @@ -45,7 +45,7 @@ jobs:
- name: Deploy new container instances
run: |
for i in 1 2 3; do
for i in 1 2; do
az container create \
--name hilfling-backend${i} \
--resource-group hilfling-backend_group \
Expand Down

0 comments on commit 95eddc6

Please sign in to comment.