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

Add CI/CD for our website #1175

Merged
merged 9 commits into from
Dec 8, 2023
Merged

Add CI/CD for our website #1175

merged 9 commits into from
Dec 8, 2023

Conversation

nilsreichardt
Copy link
Member

@nilsreichardt nilsreichardt commented Dec 8, 2023

Adds:

  • Deploys the website when main changes
  • Runs the sz analyze command
  • Posts a comment with a preview URL for every pull request

@nilsreichardt nilsreichardt marked this pull request as ready for review December 8, 2023 19:36
Comment on lines +21 to +28
environment:
- name: dev
projectId: sharezone-debug
serviceAccountSecret: FIREBASE_SERVICE_ACCOUNT_SHAREZONE_DEBUG
- name: prod
projectId: sharezone-c2bd8
serviceAccountSecret: FIREBASE_HOSTING_PROD_KEY
steps:
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Wait, why a matrix with both?

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

image

Two values, not one

@nilsreichardt nilsreichardt merged commit e343abe into main Dec 8, 2023
13 of 14 checks passed
@nilsreichardt nilsreichardt deleted the add-website-ci-cd branch December 8, 2023 21:15
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants