Skip to content

Commit

Permalink
test revert
Browse files Browse the repository at this point in the history
  • Loading branch information
TurkerKoc committed Feb 24, 2025
1 parent 7ba2b87 commit 76003e2
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build_docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,4 +67,4 @@ jobs:
cache-from: type=gha
cache-to: type=gha,mode=max
build-args: |
${{ matrix.path == 'client' && github.ref_name == 'main' && 'BUILD_CONFIG=production' || matrix.path == 'client' && github.ref_name == 'chore/staging-setup' && 'BUILD_CONFIG=staging' || '' }}
${{ matrix.path == 'client' && github.ref_name == 'main' && 'BUILD_CONFIG=production' || matrix.path == 'client' && github.ref_name == 'staging' && 'BUILD_CONFIG=staging' || '' }}
8 changes: 4 additions & 4 deletions .github/workflows/staging.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: Build and Deploy to Staging

on:
push:
branches: [ chore/staging-setup ]
branches: [ staging ]
paths-ignore:
- '.codacy.yaml'
- '.env.example'
Expand Down Expand Up @@ -32,6 +32,6 @@ jobs:
secrets: inherit
with:
environment: staging
client_image_tag: "chore/staging-setup"
application_server_image_tag: "chore/staging-setup"
webhook_listener_image_tag: "chore/staging-setup"
client_image_tag: "staging"
application_server_image_tag: "staging"
webhook_listener_image_tag: "staging"

0 comments on commit 76003e2

Please sign in to comment.