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 repl deploy to release workflow #9548

Merged
merged 3 commits into from
Feb 28, 2024
Merged

Add repl deploy to release workflow #9548

merged 3 commits into from
Feb 28, 2024

Conversation

devongovett
Copy link
Member

Copied from the ci workflow but using --prod instead of a PR alias domain

@devongovett devongovett requested a review from mischnic February 27, 2024 16:16
repl_build:
name: Build REPL
runs-on: ubuntu-latest
needs: [unit_tests]
Copy link
Contributor

Choose a reason for hiding this comment

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

Will this work cross-workflow?

@@ -216,3 +216,75 @@ jobs:
env:
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
- run: yarn release

# Deployment steps taken from https://github.com/colinwilson/static-site-to-vercel/blob/master/.github/workflows/deploy-preview.yml
repl_build:
Copy link
Contributor

Choose a reason for hiding this comment

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

How come this isn't in the nightly workflow as well?

Copy link
Member Author

Choose a reason for hiding this comment

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

probably don't want to deploy to production on every nightly, just when we do stable releases.

@devongovett devongovett merged commit 475a0af into v2 Feb 28, 2024
12 of 15 checks passed
@devongovett devongovett deleted the release-repl branch February 28, 2024 00:46
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.

3 participants