Skip to content

Commit

Permalink
Deploy prod on tag
Browse files Browse the repository at this point in the history
  • Loading branch information
jimmy0251 committed Jan 29, 2022
1 parent 6c208b2 commit 23ce818
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 11 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/deploy-dev-backend.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,8 @@
name: DeployDevBackend
on:
push:
tags:
- '*'
branches:
- '*'
- 'master'

jobs:
deploy-backend:
Expand Down
4 changes: 1 addition & 3 deletions .github/workflows/deploy-dev-frontend.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,8 @@
name: DeployDevFrontend
on:
push:
tags:
- '*'
branches:
- '*'
- 'master'

jobs:
deploy-frontend:
Expand Down
4 changes: 1 addition & 3 deletions .github/workflows/deploy-prod-backend.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,7 @@ on:
push:
tags:
- '*'
branches:
- '*'


jobs:
deploy-backend:
runs-on: ubuntu-latest
Expand Down
2 changes: 0 additions & 2 deletions .github/workflows/deploy-prod-frontend.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,6 @@ on:
push:
tags:
- '*'
branches:
- '*'

jobs:
deploy-frontend:
Expand Down

0 comments on commit 23ce818

Please sign in to comment.