Update DO app spec for Jekyll production build and add GitHub Actions workflow
This commit is contained in:
@@ -2,8 +2,7 @@ spec:
|
||||
name: simcoetradesjournal
|
||||
static_sites:
|
||||
- name: simcoetradesjournal
|
||||
build_command: bundle exec jekyll build
|
||||
environment_slug: jekyll
|
||||
build_command: JEKYLL_ENV=production bundle exec jekyll build
|
||||
output_dir: _site
|
||||
git:
|
||||
branch: main
|
||||
|
||||
Reference in New Issue
Block a user