File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff 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
7474docker-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
7777docker-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
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments