aboutsummaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorChristine Dodrill <me@christine.website>2019-10-23 13:16:05 -0400
committerGitHub <noreply@github.com>2019-10-23 13:16:05 -0400
commit267176954fbfcab087cf269acc0155dae7a21fc8 (patch)
tree1be734b354fedd41794988ffaf8b81bf1b56957d /.github
parentfae0178698db7b98d77ba67af2cf4a4446c2e5e6 (diff)
downloadxesite-267176954fbfcab087cf269acc0155dae7a21fc8.tar.xz
xesite-267176954fbfcab087cf269acc0155dae7a21fc8.zip
Update/go1.13.3 (#87)
* Update to go 1.13.3, remove old files, ping bing/google search * remove old lines, oops
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/kubernetes-cd.yml11
1 files changed, 11 insertions, 0 deletions
diff --git a/.github/workflows/kubernetes-cd.yml b/.github/workflows/kubernetes-cd.yml
index 9737ba3..2127691 100644
--- a/.github/workflows/kubernetes-cd.yml
+++ b/.github/workflows/kubernetes-cd.yml
@@ -62,3 +62,14 @@ jobs:
uses: docker://lachlanevenson/k8s-kubectl
with:
args: --kubeconfig=/github/workspace/.kubeconfig rollout status -n apps deployment/christinewebsite
+ - name: Ping Google
+ uses: docker://lachlanevenson/k8s-kubectl
+ with:
+ args: --kubeconfig=/github/workspace/.kubeconfig apply -f /github/workspace/k8s/job/yml
+ - name: Sleep
+ run: |
+ sleep 5
+ - name: Don't Ping Google
+ uses: docker://lachlanevenson/k8s-kubectl
+ with:
+ args: --kubeconfig=/github/workspace/.kubeconfig delete -f /github/workspace/k8s/job/yml