Skip to content

Commit

Permalink
debug
Browse files Browse the repository at this point in the history
  • Loading branch information
lnart committed Apr 22, 2024
1 parent dba1389 commit 7057dd7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/switch-traffic.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
run: ls -lR
- name: Update Ingress File
run: |
sed -i '' \
sed -i \
-e 's/name: blue-service/name: TEMP-SERVICE/' \
-e 's/name: green-service/name: blue-service/' \
-e 's/name: TEMP-SERVICE/name: green-service/' \
Expand Down

0 comments on commit 7057dd7

Please sign in to comment.