Skip to content

Commit

Permalink
Update deploymentCD.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
DucBaoUIT committed Dec 13, 2024
1 parent bccfa42 commit 2be13dd
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/deploymentCD.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -48,10 +48,9 @@ jobs:
username: ${{ secrets.SERVER_USERNAME }}
key: ${{ secrets.SERVER_SSH_KEY }}
script: |
sudo su
cd /home/ubuntu/K8S
kubectl apply -f user-mongo-deployment.yaml
kubectl apply -f user-service-deployment.yaml
sudo kubectl apply -f user-mongo-deployment.yaml
sudo kubectl apply -f user-service-deployment.yaml
# - name: Apply Kubernetes manifests
# run: |
Expand Down

0 comments on commit 2be13dd

Please sign in to comment.