We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bccfa42 commit 2be13ddCopy full SHA for 2be13dd
.github/workflows/deploymentCD.yaml
@@ -48,10 +48,9 @@ jobs:
48
username: ${{ secrets.SERVER_USERNAME }}
49
key: ${{ secrets.SERVER_SSH_KEY }}
50
script: |
51
- sudo su
52
cd /home/ubuntu/K8S
53
- kubectl apply -f user-mongo-deployment.yaml
54
- kubectl apply -f user-service-deployment.yaml
+ sudo kubectl apply -f user-mongo-deployment.yaml
+ sudo kubectl apply -f user-service-deployment.yaml
55
56
# - name: Apply Kubernetes manifests
57
# run: |
0 commit comments