Skip to content

Commit

Permalink
feat(apolo-dev): new workflow tag for apolo-dev workloads deployment (#…
Browse files Browse the repository at this point in the history
…965)

* feat(apolo-dev): new workflow tag for apolo-dev workloads deployment

* feat(apolo-dev): new reuse workflows tag for apolo-dev workloads deployment

* chore(chart): change sentry clusterName for new dev environment

* ci: remove testing branches

* ci: bump release-service.yaml to v24.9.0

* chore(chart): change sentry clusterName
  • Loading branch information
ESlam-Yousry authored Sep 12, 2024
1 parent 7c6ce20 commit fd1b1a3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -42,15 +42,15 @@ jobs:
name: Create release
needs: test
if: github.event_name == 'push' && startsWith(github.ref, 'refs/tags/')
uses: neuro-inc/reuse/.github/workflows/release-service.yaml@v24.8.0
uses: neuro-inc/reuse/.github/workflows/release-service.yaml@v24.9.0
with:
image: platformmonitoringapi
helm_charts: platform-monitoring

deploy_dev:
name: Deploy on dev
needs: release
uses: neuro-inc/reuse/.github/workflows/deploy-dev.yaml@v24.8.0
uses: neuro-inc/reuse/.github/workflows/deploy-dev.yaml@v24.9.0
with:
helm_charts: platform-monitoring
version: ${{ needs.release.outputs.version }}

0 comments on commit fd1b1a3

Please sign in to comment.