repl.deploy icon indicating copy to clipboard operation
repl.deploy copied to clipboard

Automatically deploy from GitHub to Replit, lightning fast ⚡️

Results 9 repl.deploy issues
Sort by recently updated
recently updated
newest added

Is it possible to make repl.deploy not deploy to replit when a keyword is used in the commit message? (like [skip-ci] for github-actions)

for example, I want to use replit for beta version of my discord bot. and its in a branch named development. but repl.deploy uses branch main(sorry if my text has...

It would be great if it did not try to restart the repl when it is in a PR on GitHub.

Some repositories don't use `main` yet and use `master`. For example, my VSCode allows me to publish to GitHub, but the default branch is called `master`. Repl.deploy doesn't seem to...

enhancement
good first issue

[![WhiteSource Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | @​types/node-fetch | [`2.5.12` -> `3.0.2`](https://renovatebot.com/diffs/npm/@types%2fnode-fetch/2.5.12/3.0.2) | [![age](https://badges.renovateapi.com/packages/npm/@types%2fnode-fetch/3.0.2/age-slim)](https://docs.renovatebot.com/merge-confidence/)...

renovate

This issue provides visibility into Renovate updates and their statuses. [Learn more](https://docs.renovatebot.com/key-concepts/dashboard/) ## Open These updates have all been created already. Click a checkbox below to force a retry/rebase of...

[![WhiteSource Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | | | lockFileMaintenance | All locks refreshed | | [@types/node](https://togithub.com/DefinitelyTyped/DefinitelyTyped) |...

renovate

when using private repos, it requires a username and password, when using .replit, it does not ask for this, but simply runs and exits, does not ask for input. GitHub...

enhancement
help wanted