diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 3a75013..f8a6430 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -78,6 +78,7 @@ deploy-job: # This job runs in the deploy stage. - ls -lah - rsync -avzr ./ dan@164.92.85.112:/tmp/build --delete --remove-source-files --ignore-errors - ssh -t dan@164.92.85.112 'SUDO_ASKPASS="/home/dan/pass" sudo -A cp -r /tmp/build/. /var/www/html/dchadwick/' + # - something else #- drush @self.prod updb -y #- drush @self.prod cim -y - echo "Application successfully deployed."