-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update config file name and instructions
- Loading branch information
Showing
1 changed file
with
3 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -19,10 +19,10 @@ If you want to develop with this project, you can follow the steps below. | |
git clone [email protected]:funnyzak/go-gin.git && cd go-gin | ||
``` | ||
|
||
2. Copy the `config.example.json` file to `config.json` and update the values. | ||
2. Copy the `config.yaml.example` file to `config.yaml` and update the values. | ||
|
||
```bash | ||
cp config.example.json config.json | ||
cp config.yaml.example config.yaml | ||
``` | ||
|
||
3. Run the application. | ||
|
@@ -38,7 +38,7 @@ If you want to develop with this project, you can follow the steps below. | |
|
||
### CI/CD | ||
|
||
You can click `Use this template` to create a new repository based on this project. and add Secrets Keys: `DOCKER_USERNAME` and `DOCKER_PASSWORD` in the repository settings. And when you push the code, it will automatically build binary and docker image and push to the Docker Hub. | ||
You can fork this repository and add Secrets Keys: `DOCKER_USERNAME` and `DOCKER_PASSWORD` in the repository settings. And when you push the code, it will automatically build binary and docker image and push to the Docker Hub. | ||
|
||
## Structure | ||
|
||
|