-
Notifications
You must be signed in to change notification settings - Fork 8
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
PR Deploy Fly.io App issue #172 #173
Conversation
Codecov Report
@@ Coverage Diff @@
## main #173 +/- ##
=========================================
Coverage 100.00% 100.00%
=========================================
Files 24 27 +3
Lines 572 586 +14
=========================================
+ Hits 572 586 +14
Continue to review full report at Codecov.
|
Working: https://auth.dwyl.com/people |
@SimonLab apologies for the massive PR. 🙄 This is already deployed to https://auth.dwyl.com/ feel free to try and break it! 💭 |
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.
I've added a few comments/questions, otherwise LGTM
…er.ex Co-authored-by: Simon <[email protected]>
Co-authored-by: Simon <[email protected]>
…ller.ex Co-authored-by: Simon <[email protected]>
Hi @SimonLab 👋 Comments addressed and changes applied. Thanks! ☀️ |
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.
Thanks for the applying the updates @nelsonic . Looks good 👍
Thank you @SimonLab ☀️ |
Deploying a fresh version of the
auth
App to Fly.io for #172localhost
:flyctl auth login
(this opens your default web browser)flyctl launch
....env_sample
e.g:
flyctl secrets set [email protected]
Init
Page: INIT: Auth App Deployment Init Page [MVP] #176deploy
script toci.yml
to deploy the app to Fly.io 🚀Relevant reading: https://blog.miguelcoba.com/deploying-an-elixir-release-using-docker-on-flyio thanks to @miguelcoba ⭐