Skip to content

Commit

Permalink
Update prod-build.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
hwc9169 authored Jun 3, 2022
1 parent e71823b commit efd2c8d
Showing 1 changed file with 3 additions and 7 deletions.
10 changes: 3 additions & 7 deletions .github/workflows/prod-build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,11 @@ name: Build for Production
on:
push:
tags:
- v0.*.*
- v1.*.*
- v2.*.*
- v*.*.*

env:
SERVICE_NAME: dms
SERVICE_TYPE: backend
ENVIRONMENT: production
SERVICE_TYPE: be

jobs:
build:
Expand Down Expand Up @@ -67,5 +64,4 @@ jobs:
client-payload: '{"ref": "${{ github.ref }}",
"version": "${{ steps.get_version.outputs.VERSION }}",
"service_name": "${{env.SERVICE_NAME}}",
"service_type": "${{env.SERVICE_TYPE}}",
"environment": "${{env.ENVIRONMENT}}" }'
"service_type": "${{env.SERVICE_TYPE}}"}'

0 comments on commit efd2c8d

Please sign in to comment.