File tree Expand file tree Collapse file tree 1 file changed +1
-2
lines changed Expand file tree Collapse file tree 1 file changed +1
-2
lines changed Original file line number Diff line number Diff line change 57
57
ARGOCD_SERVER : ${{ secrets.ARGOCD_SERVER }}
58
58
ARGOCD_USERNAME : ${{ secrets.ARGOCD_USERNAME }}
59
59
ARGOCD_PASSWORD : ${{ secrets.ARGOCD_PASSWORD }}
60
- TARGET_REVEISION : ${{ secrets.TARGET_REVISION }}
61
60
run : |
62
61
sshpass -p $SSH_PASSWORD ssh -o StrictHostKeyChecking=no -t -p $SSH_PORT $SSH_USER@$SSH_HOST << EOF
63
62
argocd login ${ARGOCD_SERVER} --username ${ARGOCD_USERNAME} --password ${ARGOCD_PASSWORD} --insecure --plaintext --grpc-web-root-path /argocd || exit 1
67
66
--path frontend/zicdding-class.com/k8s/manifests \
68
67
--dest-server https://kubernetes.default.svc \
69
68
--dest-namespace default \
70
- --revision ${TARGET_REVEISION} \
69
+ --revision feat/front-docker-update \
71
70
--sync-policy automated \
72
71
--self-heal \
73
72
--upsert || exit 1
You can’t perform that action at this time.
0 commit comments