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 ffea75a commit bccfa42Copy full SHA for bccfa42
.github/workflows/deploymentCD.yaml
@@ -48,6 +48,7 @@ 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
0 commit comments