Skip to content

Commit

Permalink
Merge pull request #64 from Team-BomBomBom/build/cd_with_cache#BBB-142
Browse files Browse the repository at this point in the history
Build: #BBB-142 CD μˆ˜μ •
  • Loading branch information
msjang4 authored Sep 24, 2024
2 parents ef0683b + 6dd9327 commit a73d65d
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
@@ -1,15 +1,12 @@
name: Deploy to AWS ECS on Fargate

on:
pull_request:
merge_group:
branches: [ "develop" ]
types:
- closed
workflow_dispatch:

jobs:
deploy:
if: github.event.pull_request.merged == true
runs-on: ubuntu-latest
env:
AWS_REGION: ap-northeast-2
Expand Down

0 comments on commit a73d65d

Please sign in to comment.