Skip to content

Commit

Permalink
Update .gitlab-ci.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
douglasduteil authored Jun 24, 2020
1 parent 63abecf commit 8f88862
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions .gitlab-ci.yml
Original file line number Diff line number Diff line change
@@ -1,16 +1,12 @@
include:
- project: SocialGouv/gitlab-ci-yml
file: /autodevops.yml
ref: v17.0.0-beta.21
ref: v17.0.0-beta.29

variables:
# AUTO_DEVOPS_RELEASE_AUTO: "true"
# AUTO_DEVOPS_PRODUCTION_AUTO: "/^v[1-9]+\\.[0-9]+\\.[0-9]+$/"

AUTO_DEVOPS_DEV_ENVIRONMENT_NAME: "-dev2"
AUTO_DEVOPS_PREPROD_ENVIRONMENT_NAME: "-dev2"
AUTO_DEVOPS_PROD_ENVIRONMENT_NAME: "prod2"

# NOTE(douglasduteil): use custom build job
# The website it statically built with Nextjs
# Here we manually run `yarn next export` and reuse the `out` dir in Dockerfile
Expand Down

0 comments on commit 8f88862

Please sign in to comment.