aboutsummaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorChristine Dodrill <me@christine.website>2019-09-07 12:12:04 -0400
committerGitHub <noreply@github.com>2019-09-07 12:12:04 -0400
commit01ccc3696d5feed9d7864ca09cb06033b60c98c7 (patch)
treeff0786fba2137770b709191f040502e38745fc8e /.github
parent95cad31f46bdd14ae2c64e3c9c78063e808d7249 (diff)
downloadxesite-01ccc3696d5feed9d7864ca09cb06033b60c98c7.tar.xz
xesite-01ccc3696d5feed9d7864ca09cb06033b60c98c7.zip
Update kubernetes-cd.yml
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/kubernetes-cd.yml6
1 files changed, 3 insertions, 3 deletions
diff --git a/.github/workflows/kubernetes-cd.yml b/.github/workflows/kubernetes-cd.yml
index 8606ac5..52a3429 100644
--- a/.github/workflows/kubernetes-cd.yml
+++ b/.github/workflows/kubernetes-cd.yml
@@ -15,8 +15,8 @@ jobs:
DOCKER_PASSWORD: "${{ secrets.DOCKER_PASSWORD }}"
- name: Build/Push Docker Image
run: |
- docker build . -t xena/christine.website:$(echo $GITHUB_SHA | head -c7)
- docker push xena/christine.website:$(echo $GITHUB_SHA | head -c7)
+ docker build . -t xena/christinewebsite:$(echo $GITHUB_SHA | head -c7)
+ docker push xena/christinewebsite:$(echo $GITHUB_SHA | head -c7)
- name: Download secrets
run: |
mkdir ~/.ssh
@@ -45,7 +45,7 @@ jobs:
dyson manifest \
--name=christinewebsite \
--domain=christine.website \
- --dockerImage=xena/christine.website:$(echo $GITHUB_SHA | head -c7) \
+ --dockerImage=xena/christinewebsite:$(echo $GITHUB_SHA | head -c7) \
--containerPort=5000 \
--replicas=1 \
--useProdLE=true > deploy.yml