Skip to content

Commit

Permalink
fix(scripts): 각 단계별 명령어 수행 전 디렉터리 이동 추가
Browse files Browse the repository at this point in the history
변경 후
- 해당 사항 반영
  • Loading branch information
kaswhy committed Nov 13, 2024
1 parent 25175c3 commit 0d9fdac
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions scripts/initialize.sh
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
cd /home/ubuntu/Server
git pull
1 change: 1 addition & 0 deletions scripts/start.sh
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
cd /home/ubuntu/Server
docker-compose build
docker-compose up -d

0 comments on commit 0d9fdac

Please sign in to comment.