Skip to content

Commit

Permalink
πŸ’š chore: update deploy.sh
Browse files Browse the repository at this point in the history
πŸ’š chore: update deploy.sh
  • Loading branch information
sunnyineverywhere authored Sep 22, 2023
2 parents d632169 + 19a95a0 commit de1aea9
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions scripts/deploy.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
#REPOSITORY=/home/ubuntu/snapspot
# cd $REPOSITORY
cd ../
REPOSITORY=/home/ubuntu/snapspot
cd $REPOSITORY

CURRENT_CONTAINER=$(sudo docker ps)

Expand All @@ -26,4 +25,4 @@ sudo docker run -d -p 80:8080 --name snapspot-server snapspot-api
echo "> 도컀 이미지 λΉŒλ“œ: batch"
cd ./snapspot-batch
sudo docker build -t snapspot-batch .
sudo docker run -d -p 8080:8080 --name snapspot-batch-server snapspot-batch
sudo docker run -d -p 8080:8080 --name snapspot-batch-server snapspot-batch

0 comments on commit de1aea9

Please sign in to comment.