Skip to content

Commit 64b75df

Browse files
committed
Update theme used when building
1 parent 6809886 commit 64b75df

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ docker-build:
7272
docker build -t 202092910073.dkr.ecr.us-east-1.amazonaws.com/codebuild/dltj-pelican-runner\:latest -t dltj-pelican-runner\:latest .
7373

7474
docker-serve:
75-
docker run --rm -v "$(CURDIR)/assets:/app/assets" -v "$(CURDIR)/content:/app/content" -v "$(CURDIR)/output:/app/output" -v "$(CURDIR)/root-content:/app/root-content" -p 8000\:8000 dltj-pelican-runner -lr content -s pelicanconf.py -o output -t /app/pelican-themes/pelican-hyde -b 0.0.0.0
75+
docker run --rm -v "$(CURDIR)/assets:/app/assets" -v "$(CURDIR)/content:/app/content" -v "$(CURDIR)/output:/app/output" -v "$(CURDIR)/root-content:/app/root-content" -p 8000\:8000 dltj-pelican-runner -lr content -s pelicanconf.py -o output -t /app/pelican-themes/pelican-papyrus-theme -b 0.0.0.0
7676

7777
docker-push:
7878
aws --profile dltj-admin ecr get-login-password --region us-east-1 | docker login --username AWS --password-stdin 202092910073.dkr.ecr.us-east-1.amazonaws.com

buildspec.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ phases:
2323
commands:
2424
- ls -la
2525
- pdm install --prod
26-
- pdm run pelican content -o output -s publishconf.py -t /app/pelican-themes/pelican-hyde
26+
- pdm run pelican content -o output -s publishconf.py -t /app/pelican-themes/pelican-papyrus-theme
2727
post_build:
2828
commands:
2929
- aws s3 cp webmentions-cache s3://org.dltj.webmentions-cache --recursive

0 commit comments

Comments
 (0)