Skip to content

Commit

Permalink
fixing readme
Browse files Browse the repository at this point in the history
  • Loading branch information
mstfash committed Jan 7, 2021
1 parent 6fd61f9 commit c83d08d
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,22 +20,22 @@ _Bottom line is we are having the best of both, as Developer we use React like a

## Preview

A preview link on [Render](https://render.com/) will be generated when you make a new branch with the fixes you want and then make a PR to the _develop_ branch and this link stays live as long as the PR is opened.
A preview link on [Render](https://render.com/) will be generated when you make a new branch with the fixes you want and then make a PR to the _develop_ branch and this link stays alive as long as the PR is opened.

## Deployment

1. **Development.**

This is used for staging changes/features and you can view it from [here](/), also this link changes everytime you merge a new branch into _develop_ branch.
This is used for staging changes/features and you can view it from [here](/), also it updates with the latest changes everytime you merge a new branch into _develop_ branch. (Takes around 2-3 mins for it for finish building and uploads the files to the url)

1. **Production.**

You have to CREATE a new RELEASE! on MASTER branch.

- **_Content Changes_**

Unfortunately there is no easy way ATM for this except we have to release everytime we change something in the Contentful CMS, so all you have to do is just after you are done publishing your changes on contentufl come here to the repo and then create a new realse on _master_ branch
Unfortunately there is no easy way ATM for this except we have to release everytime we change something in the Contentful CMS, so all you have to do is just you come here after you are done publishing your changes on Contentful and then create a new release on _master_ branch

- **_Files Changes_**

You have to make a PR and merge _develop_ with _master_ then create a new release on _master_ and this will trigger github Actions and release the new version of the source plus the new data from contentful
You have to make a PR and merge _develop_ with _master_ then create a new release on _master_ and this will trigger github Actions and release the new version of the source files plus the new data from Contentful

0 comments on commit c83d08d

Please sign in to comment.