Skip to content

Commit

Permalink
🧑‍💻 친구기능 배포 태그 friends- -> friends-react-native- 로 변경 (#109)
Browse files Browse the repository at this point in the history
  • Loading branch information
woohm402 authored Jan 6, 2024
1 parent dce794b commit 7fc54bb
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/deploy-friends-react-native-dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: deploy-friends-react-native-dev
on:
push:
tags:
- friends-dev-*
- friends-react-native-dev-*

jobs:
deploy:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/deploy-friends-react-native-prod.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: deploy-friends-react-native-prod
on:
push:
tags:
- friends-prod-*
- friends-react-native-prod-*

jobs:
deploy:
Expand Down
2 changes: 1 addition & 1 deletion apps/friends-react-native/scripts/deploy.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
env=$1

today=$(date +%y.%m.%d)
tagFormat="friends-${env}-${today}-"
tagFormat="friends-react-native-${env}-${today}-"

git fetch --all --tags
tagCount=$(git tag -l | grep -c $tagFormat)
Expand Down

0 comments on commit 7fc54bb

Please sign in to comment.