File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -65,13 +65,3 @@ structure:
6565 uses: actions/checkout@v2
6666 - name: Deploy
6767 run: echo "Deploying the project"
68- - README.md :
69- content : |
70- # Pipeline Name
71- CI/CD pipeline configurations for different platforms.
72- ## GitLab CI/CD
73- Add the `.gitlab-ci.yml` file to your repository.
74- ## Jenkins
75- Add the `Jenkinsfile` to your repository.
76- ## GitHub Actions
77- Add the YAML files inside the `.github/workflows` directory to your repository.
Original file line number Diff line number Diff line change @@ -25,11 +25,3 @@ structure:
2525 - .env :
2626 content : |
2727 MYSQL_ROOT_PASSWORD=example
28- - README.md :
29- content : |
30- # Project Name
31- This project uses Docker Compose to run a multi-container application.
32- ## Usage
33- ```bash
34- docker-compose up -d
35- ```
Original file line number Diff line number Diff line change @@ -28,9 +28,3 @@ structure:
2828 content : |
2929 node_modules/
3030 dist/
31- - README.md :
32- content : |
33- # ESLint Configuration
34- Standard ESLint configuration for the project.
35- ## Usage
36- Add the `.eslintrc.json` and `.eslintignore` files to your project.
Original file line number Diff line number Diff line change @@ -11,9 +11,3 @@ structure:
1111 content : |
1212 node_modules/
1313 dist/
14- - README.md :
15- content : |
16- # Prettier Configuration
17- Standard Prettier configuration for the project.
18- ## Usage
19- Add the `.prettierrc` and `.prettierignore` files to your project.
You can’t perform that action at this time.
0 commit comments