Skip to content

Commit

Permalink
chore: updated documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
amirch1 committed Jan 2, 2023
1 parent a08480f commit efa8e05
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/deployingAnalytics.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
2. commit changes with the commit message ```chore: bump analytics version to vX.X.X```
3. run ```ng build --prod``` to create a new production version in the dist folder
4. create a folder (not in the Analytics project) with the version name ```vX.X.X``` and inside it another folder with the same name
5. copy the content of the created dist folder into the inner folder. Verify hidden files are shown and copied, specifically the file ```.htaccess```
5. copy the content of the ```dist/analytics-front-end``` folder into the inner folder. Verify hidden files are shown and copied, specifically the file ```.htaccess```
6. copy the folders ```deploy``` and ```deploy_v7``` into the inner folder
7. zip the outer folder using ```zip -r kmcAnalytics_vX.X.X.zip . -x "*.DS_Store" -x "__MACOSX"``` and rename the zip file according to the current version
8. tag the new version on Github and add the created zip file to the version assets
Expand Down

0 comments on commit efa8e05

Please sign in to comment.