Skip to content

Commit

Permalink
πŸ“¦ chore: 배포 process λ ˆν¬μ§€ν† λ¦¬ 넀이밍 μˆ˜μ • 반영
Browse files Browse the repository at this point in the history
  • Loading branch information
semnil5202 committed Feb 14, 2025
1 parent 09a0660 commit 4647ce8
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deploy-integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@ on:
required: true

env:
DEVELOP_REPOSITORY: 16th-team2-FE-develop
PRODUCTION_REPOSITORY: 16th-team2-FE-production
DEVELOP_REPOSITORY: Took-FE-develop
PRODUCTION_REPOSITORY: Took-FE-production

jobs:
variable:
Expand Down
2 changes: 1 addition & 1 deletion cspell.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"words": [""],
"words": ["took"],
"ignorePaths": ["pnpm-lock.yaml", "**/node_modules/**", "**/dist/**", "**/build/**", ".git/**"]
}
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "16th-team2-FE",
"name": "Took-FE",
"version": "0.1.0",
"private": true,
"scripts": {
Expand Down
4 changes: 2 additions & 2 deletions scripts/build.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
cd ../

mkdir output
cp -R ./16th-team2-FE/* ./output
cp -R ./output ./16th-team2-FE/
cp -R ./Took-FE/* ./output
cp -R ./output ./Took-FE/

0 comments on commit 4647ce8

Please sign in to comment.