aboutsummaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorChristine Dodrill <me@christine.website>2019-09-07 12:18:34 -0400
committerGitHub <noreply@github.com>2019-09-07 12:18:34 -0400
commit4028f7f41722f5c11a5a81657c45fd3bf845c02a (patch)
tree0abf06f608b9c56fb4db66baaf5fa521e307803a /.github
parent50cb6f7d6b11352baad7a510366984d4a19708d9 (diff)
downloadxesite-4028f7f41722f5c11a5a81657c45fd3bf845c02a.tar.xz
xesite-4028f7f41722f5c11a5a81657c45fd3bf845c02a.zip
Update kubernetes-cd.yml
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/kubernetes-cd.yml1
1 files changed, 1 insertions, 0 deletions
diff --git a/.github/workflows/kubernetes-cd.yml b/.github/workflows/kubernetes-cd.yml
index 907ee04..1fc4a44 100644
--- a/.github/workflows/kubernetes-cd.yml
+++ b/.github/workflows/kubernetes-cd.yml
@@ -15,6 +15,7 @@ jobs:
DOCKER_PASSWORD: "${{ secrets.DOCKER_PASSWORD }}"
- name: Build/Push Docker Image
run: |
+ set -x
docker build . -t xena/christinewebsite:$(echo $GITHUB_SHA | head -c7)
docker push xena/christinewebsite:$(echo $GITHUB_SHA | head -c7)
- name: Download secrets