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
tags:
- docker
keep:
artifacts:
paths:
- website.tgz
expire_in: 1 week
deploy-website:
image: sothr.com/deploy:ubuntu