Commit e68cdbf6 authored by Tsymbal's avatar Tsymbal
Browse files

Update .gitlab-ci.yml

parent 72864945
Pipeline #7751 failed
...@@ -43,6 +43,7 @@ deploy-job: # This job runs in the deploy stage. ...@@ -43,6 +43,7 @@ deploy-job: # This job runs in the deploy stage.
script: script:
- echo "Deploying application..." - echo "Deploying application..."
- echo "Application successfully deployed." - echo "Application successfully deployed."
image: alpine:latest image: alpine:latest
stages: stages:
...@@ -56,4 +57,4 @@ pages: ...@@ -56,4 +57,4 @@ pages:
paths: paths:
- public - public
only: only:
- master - master
\ No newline at end of file
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment