gruberdev / infrastructure-fivem

A series of CI/CD using Drone, Terraform, Docker and Kubernetes scripts to deploy a Fivem server on-demand.
http://fivem.gruber.dev.br
MIT License
25 stars 8 forks source link

Fix SRV_ADR typo and README.md references #58

Closed developincognito closed 2 years ago

developincognito commented 2 years ago

Summary:

Description:

The README.md referenced a file that didn't exist, .env.example. Docker failed to execute a script be wget wasn't provided a URL, after following the example environment provided. This failed because the script was looking for SRV_ADR but the environment file used SVR_ADR as the key.

developincognito commented 2 years ago

Thank you for creating this repository. I hope you're well.

I created this PR because I hit these hiccups during my first use of the repository.

gruberdev commented 2 years ago

Thank you for your contribution.

Indeed, the first use documentation is not actively maintained, as I lack the time to dedicate to this project, at least for now.

For all the community that might use this resource, feel free to improve upon the original project and fork if required.

I've reviewed the proposed changes and will follow up on merging them.