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

Setup new deployment and pr preview deployments #21

Merged
merged 5 commits into from
Oct 2, 2024
Merged

Conversation

wilwade
Copy link
Collaborator

@wilwade wilwade commented Oct 2, 2024

Description

As a non-technical (or technical) reviewer of site changes, I want to see the site running so that I can see how it actually works.

Screenshot(s)

Type of change

  • CI/Dependencies/etc...

How to Test?

Please describe how to test that you ran to verify your changes. Provide instructions so we can reproduce. Please also
list any relevant details for your test configuration

  1. Check the Actions results
  2. See that the site is still live!

Checklist:

  • I have performed a self-review of my code
  • I have commented my code & PR, particularly in hard-to-understand areas

@wilwade wilwade force-pushed the ci/pr-deployments branch from c489509 to b4a4bcd Compare October 2, 2024 14:36
Copy link

github-actions bot commented Oct 2, 2024

🚀 Preview deployment for this PR is going up! Remember you might need to hard refresh to get the new content.

Preview URL: https://www.frequency.xyz/_pr/21/
Commit: fe4bda2

@wilwade wilwade force-pushed the ci/pr-deployments branch from c2486bd to 2ce0969 Compare October 2, 2024 14:49
@wilwade wilwade marked this pull request as ready for review October 2, 2024 14:54
- name: Upload artifact
uses: actions/upload-pages-artifact@v3
- name: Deploy to GitHub Pages
uses: JamesIves/github-pages-deploy-action@881db5376404c5c8d621010bcbec0310b58d5e29
Copy link
Contributor

Choose a reason for hiding this comment

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

What is this?

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

JamesIves is the sort of "standard" old way to deploy github pages. We have the commit sha there instead of a version as we allowlist non-github actions.

- name: Install Node.js
uses: actions/setup-node@v4
with:
node-version: 20
Copy link
Contributor

Choose a reason for hiding this comment

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

what's the difference between say this is "20.x"?

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

It is the same

Copy link
Contributor

@claireclark1 claireclark1 left a comment

Choose a reason for hiding this comment

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

Couple of questions, but LGTM

@wilwade wilwade merged commit 7a14996 into main Oct 2, 2024
5 checks passed
@wilwade wilwade deleted the ci/pr-deployments branch October 2, 2024 15:53
github-actions bot pushed a commit that referenced this pull request Oct 2, 2024
shannonwells pushed a commit that referenced this pull request Oct 25, 2024
closes #13 

## Changes
- Added footer content
- Added layout styling so that the footer is always at the bottom.

## Demo
<img width="1266" alt="Screenshot 2024-02-13 at 8 08 17 PM"
src="https://github.com/AmplicaLabs/frequency-xyz/assets/43625033/2b414d5b-394c-4614-99f9-8caa4c5cac92">
<img width="431" alt="Screenshot 2024-02-13 at 8 08 11 PM"
src="https://github.com/AmplicaLabs/frequency-xyz/assets/43625033/9e4f6f97-a52e-423e-8d33-c95c904c9405">

---------

Co-authored-by: Claire Olmstead <olmsteadclaire@gmail.com>
Co-authored-by: Wil Wade <wil.wade@amplica.io>
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.

[Feature]: PRs Deploy Site to /_pr/### for review
2 participants