2023-11-16T21:47:00.272884Z TRACE spin_trigger_http: Constructed router for application hi: [(Exact("/hi"), "hi")]
Serving http://127.0.0.1:3000
2023-11-16T21:47:00.273007Z INFO spin_trigger_http: Serving http://127.0.0.1:3000
Available Routes:
hi: http://127.0.0.1:3000/hi
2023-11-16T21:47:07.785975Z INFO spin_trigger_http: Processing request for application hi on URI http://localhost:3000/hi
2023-11-16T21:47:07.786012Z TRACE spin_trigger_http::handler: Executing request using the Spin executor for component hi
2023-11-16T21:47:07.790199Z INFO spin_trigger_http::handler: Request finished, sending response with status code 200 OK
2023-11-16T21:47:07.887633Z INFO spin_trigger_http: Processing request for application hi on URI http://localhost:3000/favicon.ico
#+end_src
* Deploy the application
** Login
Make sure you're logged in with *Github* first. Once done the deployment
process can start.
#+description: deploying
#+name: spin deploy
#+begin_src shell
spin deploy
#+end_src
#+RESULTS: spin deploy
Copy your one-time code:
djqIipGu
...and open the authorization page in your browser:
https://cloud.fermyon.com/device-authorization
Waiting for device authorization...
Device authorized!
Uploading hi version 0.1.0 to Fermyon Cloud...
Deploying...
Waiting for application to become ready............ ready
Available Routes:
hi: https://hi-7tx.fermyon.app/hi
** Running the app in the cloud
Now visiting https://hi-7tx.fermyon.app/hi will display the same message.
The [[https://cloud.fermyon.com/][Fermyon Cloud]] has a dashboard for your app.
Reference in New Issue
Block a user
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.