-
-
Notifications
You must be signed in to change notification settings - Fork 2.3k
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
Conversation
Co-authored-by: Niklas Mischkulnig <[email protected]>
.github/workflows/tag-release.yml
Outdated
repl_build: | ||
name: Build REPL | ||
runs-on: ubuntu-latest | ||
needs: [unit_tests] |
There was a problem hiding this comment.
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: |
There was a problem hiding this comment.
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?
There was a problem hiding this comment.
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.
Copied from the ci workflow but using
--prod
instead of a PR alias domain