Skip to content

Commit

Permalink
fix: gh action (#221)
Browse files Browse the repository at this point in the history
* fix: deployment gh action

* fix: yaml format

* fix gh action
  • Loading branch information
priom authored Oct 26, 2022
1 parent a3207b3 commit e71105e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 6 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/build_prod.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,8 @@
name: Build & Push Docker Image to AWS ECR

on:
push:
tags:
- v1.*
release:
types: [published]

env:
AWS_REGION: ${{ secrets.AWS_REGION }}
Expand Down
5 changes: 2 additions & 3 deletions .github/workflows/deploy_prod.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,8 @@
name: Deploy ECS Prod

on:
push:
tags:
- v1.*
release:
types: [published]

env:
AWS_REGION: ${{ secrets.AWS_REGION }}
Expand Down

0 comments on commit e71105e

Please sign in to comment.