fix the clipboard testing and add test 40 back to the testing

This commit is contained in:
2026-01-01 20:46:03 -07:00
parent 4a3b968ee2
commit b91d387815
4 changed files with 22 additions and 13 deletions

View File

@@ -366,7 +366,7 @@ rsync -azvu -e "ssh -i ~/.ssh/..." dist ubuntutest@test.timesafari.app:time-safa
- For prod, you can do the same with `build:web:prod` instead.
... or log onto the server (though the build step can stay on "rendering chunks" for a long while):
Here are instructions directly on the server, but the build step can stay on "rendering chunks" for a long time and it basically hangs any other access to the server. In fact, last time it was killed: "Failed after 482 seconds (exit code: 137)" Maybe use `nice`?
- `pkgx +npm sh`
@@ -376,7 +376,7 @@ rsync -azvu -e "ssh -i ~/.ssh/..." dist ubuntutest@test.timesafari.app:time-safa
- Back up the time-safari/dist folder & deploy: `mv time-safari/dist time-safari-dist-prev-2 && mv crowd-funder-for-time-pwa/dist time-safari/`
- Record the new hash in the changelog. Edit package.json to increment version &
Be sure to record the new hash in the changelog. Edit package.json to increment version &
add "-beta", `npm install`, commit, and push. Also record what version is on production.
## Docker Deployment