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

fix(fly): use remote-only deploys #930

Merged
merged 1 commit into from
Dec 6, 2021
Merged

Conversation

kentcdodds
Copy link
Member

This is simpler for beginners

This is simpler for beginners
@kentcdodds kentcdodds merged commit 57f5c07 into dev Dec 6, 2021
@kentcdodds kentcdodds deleted the kent/fly-template-remote-deploy branch December 6, 2021 20:25
@@ -3,7 +3,7 @@
"postinstall": "remix setup node",
"build": "remix build",
"dev": "remix dev",
"deploy": "flyctl deploy",
"deploy": "fly deploy --remote-only",
Copy link

Choose a reason for hiding this comment

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

Is the fly command interchangeable with flyctl?

Copy link
Member Author

Choose a reason for hiding this comment

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

Yes

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.

3 participants