Update kubernetes-cd.yml

This commit is contained in:
Cadey Ratio 2019-09-07 13:43:18 -04:00 committed by GitHub
parent 7962f2045f
commit 11f31b8a1f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -60,6 +60,6 @@ jobs:
chmod +x kubectl
./kubectl --kubeconfig .kubeconfig apply -f deploy.yml
sleep 2
./kubectl --kubeconfig=$HOME/.kubeconfig rollout status deployment/christinewebsite
./kubectl --kubeconfig .kubeconfig rollout status deployment/christinewebsite
env:
DIGITALOCEAN_ACCESS_TOKEN: ${{ secrets.DIGITALOCEAN_TOKEN }}