Browse Source

Still trying to get those config files to go up

environments/production/deployments/6
Drew Short 6 years ago
parent
commit
bdc4950e61
  1. 2
      .gitlab-ci.yml

2
.gitlab-ci.yml

@ -14,7 +14,7 @@ compile:
expire_in: 6 hours
paths:
- dist/**/*.lua
- dist/**/*.cfg
- dist/*.cfg
only:
- master
- develop

Loading…
Cancel
Save