Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/d4be4st/git-demo
https://github.com/d4be4st/git-demo
Last synced: 8 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/d4be4st/git-demo
- Owner: d4be4st
- Created: 2021-04-16T19:49:05.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2023-09-13T08:27:22.000Z (over 1 year ago)
- Last Synced: 2024-12-11T15:02:04.862Z (25 days ago)
- Language: Ruby
- Size: 34.2 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Technical Documentation
Master promjene
### [Architecture](architecture/README.md)
### [Development workflow](development_workflow.md)## Components
### [Dropdown](components/dropdown.md)## API Documentation
The documentation URL: https://project/api/v1/docs/
## Deployment
[Semaphore](https://semaphoreci.com/project)### Builds
Our continuous integration tool will automatically build the environment upon each push to whatever branch.
The build installs all dependencies and runs all the specs.### Deploying
The `staging` branch is used for the staging environment and `master` for production.
Whenever a branch or pull request is merged to one of those environments, after the build is finished Semaphore will try to deploy it to the environment.