Skip to content

commit-app-playground/icebreaker-backend

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Getting started

  1. Create a copy of this template repository. Make sure you create it in the organization commit-app-playground as a Public repository.
    It must be both public and in the correct org in order to access deployment credentials from Github actions

    You will most likely need both a frontend and backend project, so you can pick a name that will make it easy to identify like <your project name>_backend

  2. Edit the zero-project.yml and fill your project name into the name field. It must be alphanumeric and dashes only. You can also set frontendSubdomain to static if your frontend will be a static site rather than a single-page app.
    Commit the change.
    Your Kubernetes namespace, service, etc. will use the name you choose here.

    Once the Github Action successfully runs you will no longer see this readme in your repository, but instead your own example project.

  3. Once you commit the change, Github Actions will be triggered and rewrite the repository.
    Only after this job runs can you check out this repository locally to begin work.

  4. After the initial setup job runs, and after you merge new code to the main branch, the deployment ci job will run and deploy your code.


Credits

- stefanbuck for the inspiration of using Github actions to template out a repo

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published