Browse Source

Make sure artifacts expire

master
Drew Short 5 years ago
parent
commit
d28dadf024
  1. 3
      .gitlab-ci.yml

3
.gitlab-ci.yml

@ -17,9 +17,12 @@ build-website:
- develop - develop
tags: tags:
- docker - docker
keep:
artifacts: artifacts:
paths: paths:
- website.tgz - website.tgz
expire_in: 1 week
deploy-website: deploy-website:
image: sothr.com/deploy:ubuntu image: sothr.com/deploy:ubuntu