@nsidc/snow-today-webapp 0.3.1 → 0.3.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/CHANGELOG.md CHANGED
@@ -1,3 +1,8 @@
1
+ # v0.3.2 (2022-08-22)
2
+
3
+ * Fix deploy script use of docker-compose files
4
+
5
+
1
6
  # v0.3.1 (2022-08-22)
2
7
 
3
8
  * Fix deployment script version solver
package/deploy/deploy CHANGED
@@ -26,6 +26,7 @@ echo "APP_VERSION=$APP_VERSION"
26
26
  export APP_VERSION
27
27
 
28
28
  # Replace the current app
29
+ ln -s docker-compose.live.yml docker-compose.override.yml
29
30
  docker-compose pull
30
31
  docker-compose down --remove-orphans
31
32
  docker-compose up -d
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "description": "Snow Today Webapp",
3
3
  "name": "@nsidc/snow-today-webapp",
4
- "version": "0.3.1",
4
+ "version": "0.3.2",
5
5
  "private": false,
6
6
  "scripts": {
7
7
  "build": "webpack --mode=production --node-env=production",