Skip to content
Snippets Groups Projects
Commit e8e0ae1e authored by uıןǝnbsɐW ןǝɐʞɔıW's avatar uıןǝnbsɐW ןǝɐʞɔıW
Browse files

Update .gitlab-ci.yml file

parent 1f6bb4e9
No related branches found
No related tags found
No related merge requests found
......@@ -15,9 +15,10 @@ build: # This job runs in the build stage, which runs first.
expire_in: 1 week
deploy: # This job runs in the deploy stage.
image: hashicorp/levant
image: cgbaker/levant
stage: deploy # It only runs when *both* jobs in the test stage complete successfully.
environment: production
dependencies:
- build
script:
- ./deploy.sh
environment:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment