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
…728)

* 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 action version

* chore(chart): change sentry clusterName
  • Loading branch information
ESlam-Yousry authored Sep 12, 2024
1 parent 2af2088 commit b8dc402
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 @@ -41,15 +41,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.5.0
uses: neuro-inc/reuse/.github/workflows/release-service.yaml@v24.9.0
with:
image: platform-reports
helm_charts: platform-reports

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

0 comments on commit b8dc402

Please sign in to comment.