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: 29 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-12T17:05:33.000Z (about 1 year ago)
- Last Synced: 2023-09-13T03:01:31.455Z (about 1 year ago)
- Language: Ruby
- Size: 27.3 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
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.