Skip to content

Commit

Permalink
Updates version
Browse files Browse the repository at this point in the history
  • Loading branch information
Nicola Lanzilotto committed Oct 2, 2023
1 parent 0c32cfc commit f4dc5d1
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 5 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
# tiledesk-dashboard

### 2.4.62
- New Home page

### 2.4.61
- Deploys in production
- Makes the predefined tags available for the contacts
Expand Down
6 changes: 3 additions & 3 deletions deploy_prod.sh
Original file line number Diff line number Diff line change
Expand Up @@ -41,11 +41,11 @@ cd dist
# echo available on https://panel.tiledesk.com/v3/dashboard/index.html

# ####### tiledesk V3 MQTT-PANEL IN TEST FOLDER
aws s3 sync --cache-control max-age=172800 . s3://panel.tiledesk.com/v3/beta/dashboard/
aws s3 sync --cache-control max-age=172800 . s3://panel.tiledesk.com/v3/dashboard/
## aws s3 sync ./index.html s3://tiledesk-console/v2/dashboard/ --exclude='*' --include='/index.html'
## aws s3 sync ./index.html s3://tiledesk-console/v2/dashboard/ --cache-control max-age=0
echo new version deployed on s3://panel.tiledesk.com/v3/beta/dashboard/
echo available on https://panel.tiledesk.com/v3/beta/dashboard/index.html
echo new version deployed on s3://panel.tiledesk.com/v3/dashboard/
echo available on https://panel.tiledesk.com/v3/dashboard/index.html

####### tiledesk V2 under latest
# aws s3 sync . s3://tiledesk-console/v2/dashboard/A14
Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@tiledesk/tiledesk-dashboard",
"version": "2.4.62-rc.2",
"version": "2.4.62",
"scripts": {
"ng": "ng",
"start": "ng serve --aot",
Expand Down

0 comments on commit f4dc5d1

Please sign in to comment.