Skip to content

Commit

Permalink
add deploy from query-id-test branch
Browse files Browse the repository at this point in the history
  • Loading branch information
chabanyknikita authored Sep 6, 2024
1 parent 3be9cc0 commit d491ba5
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ on:
push:
branches:
- 'main'
- 'feature/query-id-test'

jobs:
converge:
Expand Down Expand Up @@ -47,4 +48,4 @@ jobs:
mkdir ~/.kube/
echo "${{ secrets.K8SCONFIG_DEV }}" | base64 -d > config
mv config ~/.kube/
kubectl set image deployment rarime-web template=ghcr.io/$GITHUB_REPOSITORY:$GITHUB_SHA -n orgs
kubectl set image deployment rarime-web template=ghcr.io/$GITHUB_REPOSITORY:$GITHUB_SHA -n orgs

0 comments on commit d491ba5

Please sign in to comment.