Skip to content

Commit

Permalink
[dev] edit git flow sh DeploymentEC2
Browse files Browse the repository at this point in the history
  • Loading branch information
ghkdqhrbals committed Nov 16, 2023
1 parent 5253109 commit d50b23d
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -124,10 +124,12 @@ jobs:
git clone https://github.com/ghkdqhrbals/spring-chatting-server.git spring-chatting-server
fi
cd spring-chatting-server
git checkout main
git reset --hard
git pull origin main
git pull
cd k8s/onlychat/deployment
sh write_image_to_deploy.sh ${{ env.ECR_URL }} ap-northeast-2 ${NEW_VERSION}
cd ..
kubectl apply -f ./volume/
kubectl apply -f ./namespace/
kubectl apply -f ./service/
Expand Down

0 comments on commit d50b23d

Please sign in to comment.