|
|
@ -32,7 +32,10 @@ jobs: |
|
|
- dependencies-{{ checksum "package.json" }}-{{ .Environment.CACHE_VERSION }} |
|
|
- dependencies-{{ checksum "package.json" }}-{{ .Environment.CACHE_VERSION }} |
|
|
# fallback to using the latest cache if no exact match is found |
|
|
# fallback to using the latest cache if no exact match is found |
|
|
- dependencies- |
|
|
- dependencies- |
|
|
- run: cp ./dist /tmp/server -r |
|
|
|
|
|
|
|
|
- run: |
|
|
|
|
|
name: Copy deployment artifacts to workspace |
|
|
|
|
|
command: | |
|
|
|
|
|
cp ./dist /tmp/server -r |
|
|
- store_artifacts: |
|
|
- store_artifacts: |
|
|
path: /tmp/server |
|
|
path: /tmp/server |
|
|
- persist_to_workspace: |
|
|
- persist_to_workspace: |
|
|
|