Skip to content

Commit

Permalink
Updating config values to be spaces
Browse files Browse the repository at this point in the history
  • Loading branch information
Kit Nunnally committed Sep 27, 2023
1 parent 7dcf85f commit f94ccbc
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions .tugboat/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ services:
- cms
- web
- storybook
- next
- next

# Set this as the default service. This does a few things
# 1. Clones the git repository into the service container
Expand Down Expand Up @@ -63,7 +63,7 @@ services:
# Setup storybook-*. vhost to serve static website.
- cp "${TUGBOAT_ROOT}"/.tugboat/vhost-storybook.conf /etc/apache2/sites-enabled/

# Setup next-*. vhost to serve static website.
# Setup next-*. vhost to serve static website.
- cp "${TUGBOAT_ROOT}"/.tugboat/vhost-next.conf /etc/apache2/sites-enabled/

# Configure KeepAliveTimeout in apache2.conf. This is set 5 seconds longer than the internal tools ALB.
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -819,7 +819,7 @@
"! ./scripts/should-run-directly.sh || ./scripts/web-prepare-dotenv.sh",
"./scripts/should-run-directly.sh || ddev composer va:web:prepare-dotenv --"
],
"va:next-preview": [
"va:next-preview": [
"# Prepare the next preview server",
"! ./scripts/should-run-directly.sh || ./scripts/next-preview.sh",
"./scripts/should-run-directly.sh || ddev composer va:next-preview --"
Expand Down
8 changes: 4 additions & 4 deletions tugboat.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,15 +14,15 @@ tasks:
- drush va-gov:content-release:request-frontend-build
build-next:
desc: build next.js preview server
cmds:
- composer va:next-preview
desc: build next.js preview server
cmds:
- composer va:next-preview

build:
deps:
- build-storybook
- build-frontend
- build-next
- build-next

default:
cmds:
Expand Down

0 comments on commit f94ccbc

Please sign in to comment.