Update .gitlab-ci.yml file
This commit is contained in:
@@ -17,6 +17,8 @@ install-job: # This job runs in the build stage, which runs first.
|
||||
deploy-job: # This job runs in the deploy stage.
|
||||
stage: deploy # It only runs when *both* jobs in the test stage complete successfully.
|
||||
environment: production
|
||||
tags:
|
||||
- deployment
|
||||
script:
|
||||
- echo "Deploying application..."
|
||||
- ls
|
||||
- echo "Application successfully deployed."
|
||||
|
||||
Reference in New Issue
Block a user