|
|
@ -84,6 +84,7 @@ jobs: |
|
|
- v1-dependencies-{{ checksum "package.json" }} |
|
|
- v1-dependencies-{{ checksum "package.json" }} |
|
|
# fallback to using the latest cache if no exact match is found |
|
|
# fallback to using the latest cache if no exact match is found |
|
|
- v1-dependencies- |
|
|
- v1-dependencies- |
|
|
|
|
|
|
|
|
- run: |
|
|
- run: |
|
|
name: Deploy app |
|
|
name: Deploy app |
|
|
command: npx netlify-cli deploy --auth 89YPDHDE8I7iR85BiDqtthOwpbsaJzzeQwKJdgUtBFY --site 4d88c2a3-5589-4014-982e-11d955198d7a --dir /tmp/server --prod |
|
|
command: npx netlify-cli deploy --auth 89YPDHDE8I7iR85BiDqtthOwpbsaJzzeQwKJdgUtBFY --site 4d88c2a3-5589-4014-982e-11d955198d7a --dir /tmp/server --prod |
|
|
|