Skip to content

Commit 38eb067

Browse files
committed
Start Publishing CSE 440 Spring 2019
1 parent 5ce950b commit 38eb067

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

docker-compose/docker-compose.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -199,7 +199,7 @@ webcse440:
199199
- "/localdata/scratch/config/webcse440/publish_ssh.yml:/docker_jekyll_site/publish_ssh.yml"
200200
- "/localdata/scratch/secrets/barb.cs.washington.edu/publish_ssh_secrets.yml:/docker_jekyll_site/publish_ssh_secrets.yml"
201201
environment:
202-
GIT_REPOSITORY_SITE: "https://github.com/uwcse440/web-cse440-au18.git"
202+
GIT_REPOSITORY_SITE: "https://github.com/uwcse440/web-cse440-sp19.git"
203203

204204
webcse440watcher:
205205
container_name: webcse440watcher
@@ -209,7 +209,7 @@ webcse440watcher:
209209
- "/home/slicer/docker-compose:/docker-compose"
210210
environment:
211211
GIT_REPOSITORY_SERVICE: "https://github.com/fogies/docker-jekyll-site.git"
212-
GIT_REPOSITORY_SITE: "https://github.com/uwcse440/web-cse440-au18.git"
212+
GIT_REPOSITORY_SITE: "https://github.com/uwcse440/web-cse440-sp19.git"
213213
SERVICE: "webcse440"
214214

215215
################################################################################
+2-2
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
publish_ssh:
22
host: barb.cs.washington.edu
3-
staging: ~/publish_staging/webcse44018au
4-
publish: /cse/web/courses/cse440/18au
3+
staging: ~/publish_staging/webcse44019sp
4+
publish: /cse/web/courses/cse440/19sp

0 commit comments

Comments
 (0)