Skip to content

Commit

Permalink
remove stupid comments
Browse files Browse the repository at this point in the history
  • Loading branch information
rajdip-b committed Jan 23, 2025
1 parent e295c40 commit be5cb14
Showing 1 changed file with 0 additions and 21 deletions.
21 changes: 0 additions & 21 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ on:
- develop

jobs:
# ------------------------------ Release ------------------------------ #
release:
name: Release
runs-on: ubuntu-latest
Expand Down Expand Up @@ -43,8 +42,6 @@ jobs:
JWT_SECRET: secret
run: pnpm dlx semantic-release

# ------------------------------ API Deployment ------------------------------ #
## --------------------------- Azure Deployment --------------------------- #
deploy-api:
needs: release
runs-on: ubuntu-latest
Expand Down Expand Up @@ -101,7 +98,6 @@ jobs:
--resource-group $API_CONTAINER_RG \
--image $ACR_REGISTRY_URL/$REPOSITORY_NAME:$LATEST_TAG
## --------------------------- API Database Migrations --------------------------- ##
migrate-api:
name: Apply Database Migrations
runs-on: ubuntu-latest
Expand All @@ -125,7 +121,6 @@ jobs:
pnpm db:generate-types
pnpm db:deploy-migrations
## --------------------------- Sentry Release --------------------------- ##
release-sentry-api:
name: Release Sentry
runs-on: ubuntu-latest
Expand Down Expand Up @@ -156,10 +151,6 @@ jobs:
--validate \
--rewrite
# ------------------------------- END API Deployment ------------------------------- #

# --------------------------- START Platform Deployment --------------------------- #
## --------------------------- Azure Deployment --------------------------- #
deploy-platform:
needs: release
runs-on: ubuntu-latest
Expand Down Expand Up @@ -222,8 +213,6 @@ jobs:
--resource-group $PLATFORM_CONTAINER_RG \
--image $ACR_REGISTRY_URL/$REPOSITORY_NAME:$LATEST_TAG
## --------------------------- Sentry Release --------------------------- ##

release-sentry-platform:
runs-on: ubuntu-latest
environment: ${{ needs.release.outputs.environment }}
Expand Down Expand Up @@ -251,10 +240,6 @@ jobs:
--validate \
--rewrite
# ------------------------------- END Platform Deployment ------------------------------- #

# ------------------------------- START Web Deployment ------------------------------- #
## ------------------------------ Azure Deployment ------------------------------ ##
deploy-web:
runs-on: ubuntu-latest
environment: ${{ needs.release.outputs.environment }}
Expand Down Expand Up @@ -321,7 +306,6 @@ jobs:
--resource-group $WEB_CONTAINER_RG \
--image $ACR_REGISTRY_URL/$REPOSITORY_NAME:$LATEST_TAG
## ------------------------------ Sentry Release ------------------------------ ##
sentry-release-web:
name: Sentry Release
needs: [release, deploy-web]
Expand Down Expand Up @@ -349,10 +333,6 @@ jobs:
--validate \
--rewrite
# ----------------------------- END Web Deployment ----------------------------- #

# --------------------------- CLI Deployment --------------------------- #
## --------------------------- NPM Publish ---------------------------- ##
publish-cli:
needs: release
name: Publish CLI
Expand Down Expand Up @@ -410,7 +390,6 @@ jobs:
env:
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}

## --------------------------- Sentry Release --------------------------- ##
sentry-release:
needs: release
runs-on: ubuntu-latest
Expand Down

0 comments on commit be5cb14

Please sign in to comment.