Skip to content

Commit

Permalink
Update config file name and instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
funnyzak committed Feb 16, 2024
1 parent 1084c27 commit f932599
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand All @@ -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

Expand Down

0 comments on commit f932599

Please sign in to comment.