issues
search
nimblehq
/
nimble-survey-web
Nimble Survey API for Mobile Challenge and Certification
0
stars
3
forks
source link
Setup Mock Server with Prism
#104
Closed
suho
closed
1 year ago
suho
commented
1 year ago
What happened 👀
Created a new workflow to deploy a mock server to fly.io
Created a new Dockerfile (
Dockerfile.mock
)
Generate
fly.toml
to configure a server with fly.io
Insight 📝
I used
fly cli
to generate the
fly.toml
file and deploy it with
FLY_API_TOKEN
.
The base URL of the mock server:
https://nimble-survey-web-mock.fly.dev/
Proof Of Work 📹
What happened 👀
Dockerfile.mock
)fly.toml
to configure a server with fly.ioInsight 📝
fly cli
to generate thefly.toml
file and deploy it withFLY_API_TOKEN
.Proof Of Work 📹