Skip to content

Commit

Permalink
Update Release-warriors-battle.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
sergeyfilyanin authored Nov 2, 2024
1 parent 13806db commit 4e6bd83
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/Release-warriors-battle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ jobs:
build-and-push-image:
needs: [prepair]
runs-on: ubuntu-latest
environment: stg
environment: prod
permissions:
contents: read
packages: write
Expand Down Expand Up @@ -79,7 +79,7 @@ jobs:
deploy-to-k8s:
needs: [prepair, build-and-push-image]
runs-on: ubuntu-latest
environment: stg
environment: prod
steps:
- name: Configure AWS credentials
uses: aws-actions/configure-aws-credentials@v4
Expand Down

0 comments on commit 4e6bd83

Please sign in to comment.