Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support Platform CLI #381

Merged
merged 11 commits into from
Jan 14, 2025
Merged

Support Platform CLI #381

merged 11 commits into from
Jan 14, 2025

Conversation

doshitan
Copy link
Contributor

@doshitan doshitan commented Jan 13, 2025

Ticket

Resolves navapbc/platform-cli#6

Changes

  • Add copier.yml config file
  • Move template files into template/
  • Move Docker Compose files from project root to {{app_name}}/. And tag the
    app services with {{app_name}}. In a multi-app environment, it is
    unreasonable (and high source of conflicts on update) for a single application
    template to provide a root Compose file. So apps should provide their own
    Compose files, the the project can import them into one project-wide Compose
    file if desired.
  • Move .grype.yml from project root to {{app_name}}/. Upstream scanning CI
    has been updated to apply app-specific configs when running for those apps.
  • Remove old install/update scripts
  • Update from unsupported GitHub actions
  • Update template CD to use platform-cli

Testing

navapbc/platform-test-nextjs#95

@doshitan doshitan merged commit 32f1ec0 into main Jan 14, 2025
1 check failed
@doshitan doshitan deleted the platform-cli branch January 14, 2025 19:34
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Migrate nextjs template to platform CLI
1 participant