2
0
mirror of https://github.com/offen/website.git synced 2024-10-18 12:10:25 +02:00

fix caching of docker layers

This commit is contained in:
Frederik Ring 2019-09-11 20:37:18 +02:00
parent c5c9343b6a
commit 582fc4f3c4

View File

@ -185,7 +185,8 @@ jobs:
- save_cache:
key: v1-{{ .Branch }}-{{ epoch }}
paths:
- /caches/app.tar
- /caches/proxy.tar
- /caches/server.tar
- deploy:
name: Push application Docker image
command: |