Commit 50d240bb authored by Alexandr Dzehil's avatar Alexandr Dzehil 😎

Change ci file

parent e6f6f2fb
Pipeline #7139 failed with stage
in 7 seconds
...@@ -7,6 +7,7 @@ variables: ...@@ -7,6 +7,7 @@ variables:
GIT_DEPTH: 0 GIT_DEPTH: 0
APP_NAME: cp-video APP_NAME: cp-video
APP_URL: 137.184.39.49 APP_URL: 137.184.39.49
TRACE: "1"
deploy: deploy:
stage: deploy stage: deploy
...@@ -20,5 +21,9 @@ deploy: ...@@ -20,5 +21,9 @@ deploy:
variables: variables:
BRANCH: dev BRANCH: dev
script: script:
- echo "GIT_REMOTE_URL=${GIT_REMOTE_URL}"
- echo "BRANCH=${BRANCH}"
- echo "commit_sha=$(git rev-parse HEAD)"
- ssh -vvv dokku@137.184.39.49 -p 22
- dokku-deploy - dokku-deploy
after_script: [dokku-unlock] after_script: [dokku-unlock]
Markdown is supported
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