Deploy dev to GitLab pages

This commit is contained in:
Iain Learmonth 2021-12-13 16:46:17 +00:00
parent 9136880d4a
commit 7704e72d2d

View file

@ -21,7 +21,7 @@ pages: # the job must be named pages
paths: paths:
- public # artifact path must be /public for GitLab Pages to pick it up - public # artifact path must be /public for GitLab Pages to pick it up
only: only:
- main - dev
s3-deploy: s3-deploy:
stage: .post stage: .post