new build

This commit is contained in:
Dan 2024-04-11 13:47:56 -04:00
parent b4cfbb734a
commit 4eb7bf6220

View File

@ -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."