Skip to content

Commit 691a440

Browse files
committed
Cleanup
1 parent 51ba008 commit 691a440

File tree

10 files changed

+5
-46
lines changed

10 files changed

+5
-46
lines changed

.dockercfg.template

Lines changed: 0 additions & 1 deletion
This file was deleted.

.kubernetes_auth.template

Lines changed: 0 additions & 1 deletion
This file was deleted.

app/views/welcome/index.html.erb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
<h1>Hey Rob!</h1>
1+
<h1>:D</h1>

circle.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15,11 +15,11 @@ dependencies:
1515
- ~/google-cloud-sdk
1616
- ~/docker
1717
override:
18-
- ./ensure-gcloud-installed.sh
18+
- script/ensure-gcloud-installed.sh
1919
- sudo docker -d -D -e lxc -s btrfs --insecure-registry $EXTERNAL_REGISTRY_ENDPOINT:
2020
background: true
2121
- if [[ -e ~/docker/image.tar ]]; then docker load -i ~/docker/image.tar; fi
22-
- ./git-set-mtimes.pl
22+
- script/git-set-mtimes.pl
2323
- docker build -t $EXTERNAL_REGISTRY_ENDPOINT/hello:$CIRCLE_SHA1 .
2424
- mkdir -p ~/docker; docker save $EXTERNAL_REGISTRY_ENDPOINT/hello:$CIRCLE_SHA1 > ~/docker/image.tar
2525

@@ -38,5 +38,5 @@ deployment:
3838
commands:
3939
# - docker login -e $DOCKER_EMAIL -u $DOCKER_USER -p $DOCKER_PASS $EXTERNAL_REGISTRY_ENDPOINT
4040
- docker push $EXTERNAL_REGISTRY_ENDPOINT/hello:$CIRCLE_SHA1
41-
- ./auth-gcloud.sh
42-
- ./rolling-update.sh
41+
- script/auth-gcloud.sh
42+
- script/rolling-update.sh

deploy.sh

Lines changed: 0 additions & 17 deletions
This file was deleted.

ensure-kubernetes-installed.sh

Lines changed: 0 additions & 22 deletions
This file was deleted.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)