Quick start: Deploy the Application to Fly.io #473
samshdn
started this conversation in
2 - Best Practices
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Step 1: Launch the Application
If you are using a custom configuration file:
Step 2: Create a Volume
Step 3: Deploy the Application
After deployment, you can check the application status using:
Step 4: Configure API Keys for Express Carriers (Optional)
To enable tracking queries from carriers such as SF Express and FedEx, you need to set up valid API credentials.
source-api-keys.envand add the following content:Step 5: Initialize Access Token
To enable full access to the Whereis logistics tracking endpoints, you need to initialize a formal access token.
Run the following commands:
Connect to fly.io app instance
Run command to init access token
The system will automatically generate an API Key and User ID.
Please manually record these values.
Optional: If you want to use your own custom key and user ID, run:
All reactions