diff options
| author | System administrator <root@schneefux.xyz> | 2019-09-27 09:26:47 +0200 |
|---|---|---|
| committer | System administrator <root@schneefux.xyz> | 2019-09-27 09:26:47 +0200 |
| commit | 50d48a98c98a2f8c196dbe0e138e6953f7238d71 (patch) | |
| tree | 819da913e1161801c06d6951cace2dca2e127dac | |
| parent | fd296ec018cd69a0a09362518a190e97bc653b87 (diff) | |
| download | deleteme-master.tar.gz deleteme-master.zip | |
| -rw-r--r-- | .gitlab-ci.yml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 2b2bedd..9f53772 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -12,6 +12,10 @@ build: script: - npm install - npm run start + artifacts: + paths: + - index.js + expire_in: 1 week deploy_prod: stage: deploy |
