Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Test Staging running Ruby 2.7 built with Dockerfile-next #386

Merged
merged 1 commit into from
Dec 13, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 4 additions & 3 deletions .github/workflows/deploy_staging.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,8 @@ jobs:
uses: zooniverse/ci-cd/.github/workflows/build_and_push_image.yaml@main
with:
repo_name: talk-api
commit_id: ${{ github.sha }}
commit_id: ${{ github.sha }}-next
file: Dockerfile.rails-next
latest: true

db_migration_staging:
Expand All @@ -22,7 +23,7 @@ jobs:
with:
app_name: talk-api
environment: staging
commit_id: ${{ github.sha }}
commit_id: ${{ github.sha }}-next
secrets:
creds: ${{ secrets.AZURE_AKS }}

Expand All @@ -33,7 +34,7 @@ jobs:
with:
app_name: talk-api
repo_name: talk-api
commit_id: ${{ github.sha }}
commit_id: ${{ github.sha }}-next
environment: staging
secrets:
creds: ${{ secrets.AZURE_AKS }}
Expand Down
2 changes: 1 addition & 1 deletion kubernetes/deployment-staging-canary.tmpl
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ metadata:
labels:
app: talk-staging-canary-app
spec:
replicas: 1
replicas: 0
selector:
matchLabels:
app: talk-staging-canary-app
Expand Down
Loading