Skip to content

Commit

Permalink
Update deployDev.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
pradumchintamani authored Jun 26, 2024
1 parent aabea0d commit 3cc883f
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions .github/workflows/deployDev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,21 +23,21 @@ jobs:
username: ${{ secrets.DOCKER_USERNAME }}
password: ${{ secrets.DOCKER_PASSWORD }}

- name: Build and push Docker image
run: |
docker build -t hellopradum/backend-wanderlust backend/.
docker build -t hellopradum/frontend-wanderlust frontend/.
# - name: Build and push Docker image
# run: |
# docker build -t hellopradum/backend-wanderlust backend/.
# docker build -t hellopradum/frontend-wanderlust frontend/.

docker push hellopradum/backend-wanderlust:latest
docker push hellopradum/frontend-wanderlust:latest
# docker push hellopradum/backend-wanderlust:latest
# docker push hellopradum/frontend-wanderlust:latest

- name: Update kubeconfig
run: aws eks update-kubeconfig --name wanderlust-ekscluster1

# - name: Create and claim persistent volume
# run: |
# kubectl apply -f kubernetes/persistentVolume.yaml
# kubectl apply -f kubernetes/persistentVolumeClaim.yaml
- name: Create and claim persistent volume
run: |
kubectl apply -f kubernetes/persistentVolume.yaml
kubectl apply -f kubernetes/persistentVolumeClaim.yaml
- name: Deploy MongoDB
run: |
Expand Down

0 comments on commit 3cc883f

Please sign in to comment.