Skip to content

Commit

Permalink
Merge pull request #81 from dappforce/fix/CI
Browse files Browse the repository at this point in the history
fix: CI
  • Loading branch information
samchuk-vlad authored Mar 19, 2024
2 parents 79febcb + 0f19ecc commit e5c99e3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ updates:
reviewers:
- "oap75"
- "samchuk-vlad"
- "iv1310"
schedule:
interval: "weekly"
commit-message:
Expand Down
3 changes: 2 additions & 1 deletion .github/workflows/manual.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,5 +27,6 @@ jobs:
shell: bash
run: |
sed -i 's|<IMAGE>|'${{ env.image }}'|' $GITHUB_WORKSPACE/deployment/production/deployment.yaml
kubectl apply -f $GITHUB_WORKSPACE/deployment/production/
kubectl apply -f $GITHUB_WORKSPACE/deployment/production/deployment.yaml
kubectl apply -f $GITHUB_WORKSPACE/deployment/production/hpa.yaml
kubectl -n sub-id rollout status deployment/subid-back

0 comments on commit e5c99e3

Please sign in to comment.