Browse Source

Fixed an errant slash

environments/production/deployments/8
Drew Short 6 years ago
parent
commit
fd35c40324
  1. 4
      .gitlab-ci.yml

4
.gitlab-ci.yml

@ -40,7 +40,7 @@ development:
DEPLOY_PORT: "9140"
ENVIRONMENT: "Development"
TARGET_DIRECTORY: "~/download_dir/oc/development"
DOWNLOAD_URL_BASE: "https://sothr.com/download/oc/development/"
DOWNLOAD_URL_BASE: "https://sothr.com/download/oc/development"
script:
- echo "Deployment To Development Starting..."
- eval `ssh-agent -s`
@ -64,7 +64,7 @@ production:
DEPLOY_PORT: "9140"
ENVIRONMENT: "Release"
TARGET_DIRECTORY: "~/download_dir/oc/release"
DOWNLOAD_URL_BASE: "https://sothr.com/download/oc/release/"
DOWNLOAD_URL_BASE: "https://sothr.com/download/oc/release"
script:
- echo "Deployment To Production Starting..."
- eval `ssh-agent -s`

Loading…
Cancel
Save