Browse Source

Fix target directory

environments/production/deployments/1
Drew Short 6 years ago
parent
commit
9eb3899da6
  1. 2
      .gitlab-ci.yml

2
.gitlab-ci.yml

@ -38,7 +38,7 @@ development:
DEPLOY_HOST: "sothr.com"
DEPLOY_PORT: "9140"
ENVIRONMENT: "Development"
TARGET_DIRECTORY: "~/download_dir/open_computers/development"
TARGET_DIRECTORY: "~/download_dir/oc/development"
DOWNLOAD_URL_BASE: "https://sothr.com/download/oc/development/"
script:
- echo "Deployment To Development Starting..."

Loading…
Cancel
Save