From 4eb7bf6220cfab5bb0ee184e414c29d2ba0ec33a Mon Sep 17 00:00:00 2001 From: Dan Date: Thu, 11 Apr 2024 13:47:56 -0400 Subject: [PATCH] new build --- .gitlab-ci.yml | 1 + 1 file changed, 1 insertion(+) 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."