Skip to content

Commit

Permalink
Update Dev_pull_repo.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
rhit-windsors committed Sep 24, 2024
1 parent 96405fb commit 5525593
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions development_scripts/Dev_pull_repo.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,11 @@ git clone https://github.com/AutomatingSciencePipeline/Monorepo.git

echo 'You will need to copy in .env and kubernetes_secrets file!'

cd Monorepo || exit

git checkout development

git pull origin development

sed -i 's/glados-backend:latest/glados-backend:development/g' ./Monorepo/kubernetes_init/backend/deployment-backend.yaml
sed -i 's/glados-frontend:latest/glados-frontend:development/g' ./Monorepo/kubernetes_init/frontend/deployment-frontend.yaml
sed -i 's/glados-backend:latest/glados-backend:development/g' ./kubernetes_init/backend/deployment-backend.yaml
sed -i 's/glados-frontend:latest/glados-frontend:development/g' ./kubernetes_init/frontend/deployment-frontend.yaml

0 comments on commit 5525593

Please sign in to comment.