Skip to content
Snippets Groups Projects
Commit 87c139f9 authored by Yasar Mehdi's avatar Yasar Mehdi
Browse files

Update .gitlab-ci.yml file

parent 183aec08
No related branches found
No related tags found
No related merge requests found
Pipeline #
......@@ -47,3 +47,9 @@ deploy-job: # This job runs in the deploy stage.
script:
- echo "Deploying application..."
- echo "Application successfully deployed."
prod:
stage: prod
when: manual
allow_failure: false
script:
- echo 'prod'
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment