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

[DevOps] Deploy to Fly.io #1657

Merged
merged 7 commits into from
Oct 26, 2023
Merged

[DevOps] Deploy to Fly.io #1657

merged 7 commits into from
Oct 26, 2023

Conversation

paradoxe35
Copy link
Contributor

@paradoxe35 paradoxe35 commented Oct 26, 2023

Screenshot 2023-10-26 at 13 17 41

Create a Fly application if it does not exist

flyctl launch

Deploy

flyctl deploy

Application crashed because it ran out of memory

If you get the following error: Out of memory: Killed process 322 (node) total-vm:569056kB, anon-rss:47632kB, file-rss:4kB, shmem-rss:0kB, UID:0 pgtables:788kB oom_score_adj:0

Run the following command (add more RAM):

flyctl scale memory 1024 -a ever-teams

@paradoxe35 paradoxe35 self-assigned this Oct 26, 2023
@paradoxe35 paradoxe35 added WEB Web app devops DevOps labels Oct 26, 2023
@socket-security
Copy link

New dependencies detected. Learn more about Socket for GitHub ↗︎

Packages Version New capabilities Transitives Size Publisher
sharp 0.32.6 None +18 1.74 MB lovell

fly.toml Show resolved Hide resolved
@paradoxe35 paradoxe35 requested a review from evereq October 26, 2023 11:36
Dockerfile Outdated Show resolved Hide resolved
@evereq evereq marked this pull request as ready for review October 26, 2023 12:38
@evereq evereq merged commit 6a1036d into develop Oct 26, 2023
5 of 6 checks passed
@evereq evereq deleted the fly-auto-deply branch October 26, 2023 13:18
@evereq
Copy link
Member

evereq commented Oct 26, 2023

@paradoxe35 I merged this with "squash", please create another branch based on "develop" for any additional things, do NOT reuse this branch. Thanks

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
devops DevOps WEB Web app
Projects
Status: Done
Development

Successfully merging this pull request may close these issues.

[DevOps] Deploy to Fly.io
3 participants