You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fix continuous deployment of the GOV.UK Frontend docs, which is currently broken.
Why
The deploy stage is failing on the master branch, which means changes are no longer being deployed automatically.
Starting deployment for app govuk-frontend-docs in org govuk-design-system / space frontend-docs as design-system-deploy+frontend-docs@digital.cabinet-office.gov.uk...
OK
Waiting for app to start...
Start app timeout
TIP: Application must be listening on the right port. Instead of hard coding the port, use the $PORT environment variable.
Use 'cf logs govuk-frontend-docs --recent' for more information
FAILED
Script failed with status 1
We think this is because we're still using the v3 prefixed commands to deploy:
What
Fix continuous deployment of the GOV.UK Frontend docs, which is currently broken.
Why
The deploy stage is failing on the
master
branch, which means changes are no longer being deployed automatically.We think this is because we're still using the
v3
prefixed commands to deploy:govuk-frontend-docs/bin/deploy-travis
Lines 11 to 14 in a7f28e4
And, roughly:
So we think the solution is to upgrade to the V7 version of the CLI, and use non-prefixed commands.
Further details
The same issue came up in the learn-to-code repo, and was fixed by the changes in alphagov/learn-to-code#40.
It might make sense to do #89 at the same time.The text was updated successfully, but these errors were encountered: