783daf56 by Jeff Balicki

bsr

Signed-off-by: Jeff <jeff@gotenzing.com>
1 parent 48ea2d71
Showing 60 changed files with 510 additions and 2 deletions
/wp-config.php
/wp-content/themes/understrap-child/components
/wp-content/themes/understrap-child/node_modules
/wp-content/uploads
......
php_value upload_max_filesize 10000M
php_value post_max_size 10000M
php_value max_execution_time 300
php_value max_input_time 300
# BEGIN WordPress
# The directives (lines) between "BEGIN WordPress" and "END WordPress" are
......
......@@ -52,6 +52,16 @@ end
namespace :deploy do
desc 'Install composer packages in root'
task :install_packages do
on roles(:web), in: :sequence, wait: 5 do
execute "cd '#{release_path}'; /usr/bin/php73 /home/tenzing_www/composer.phar install --no-dev --prefer-dist --no-interaction --quiet --optimize-autoloader"
end
end
end
# Override `git#create_release` to handle submodules
namespace :git do
desc 'Copy repo to releases'
......@@ -117,7 +127,7 @@ end
# Note that you need to have WP-CLI installed on your server
# Uncomment the following line to run it on deploys if needed
# after 'deploy:publishing', 'deploy:update_option_paths'
after 'deploy:updated', 'deploy:install_packages'
after 'deploy:updated', 'deploy:sync'
#after 'deploy:updated', 'deploy:set_permissions'
after 'deploy:finished', 'deploy:sync_again'
......
# Logfile created on 2023-02-07 13:02:28 -0500 by logger.rb/v1.5.0
INFO ---------------------------------------------------------------------------
INFO START 2023-02-07 13:02:28 -0500 cap staging deploy
INFO ---------------------------------------------------------------------------
INFO [090ba25a] Running /usr/bin/env mkdir -p /tmp as tenzing_www@web-1
INFO [090ba25a] Finished in 1.618 seconds with exit status 0 (successful).
INFO Uploading /tmp/git-ssh-crlg-staging-staging-jeffbalicki.sh 100.0%
INFO [f2a1205f] Running /usr/bin/env chmod 700 /tmp/git-ssh-crlg-staging-staging-jeffbalicki.sh as tenzing_www@web-1
INFO [f2a1205f] Finished in 0.258 seconds with exit status 0 (successful).
INFO [34f946ff] Running /usr/bin/env git ls-remote git@git.gotenzing.com:jeffmbalicki/st_joseph.git HEAD as tenzing_www@web-1
INFO [34f946ff] Finished in 0.999 seconds with exit status 0 (successful).
INFO [0ff06cb3] Running /usr/bin/env mkdir -p /var/www/html/production/crlg-staging/shared /var/www/html/production/crlg-staging/releases as tenzing_www@web-1
INFO [0ff06cb3] Finished in 0.269 seconds with exit status 0 (successful).
INFO [d82af5ed] Running /usr/bin/env mkdir -p /var/www/html/production/crlg-staging/shared/wp-content/wflogs /var/www/html/production/crlg-staging/shared/wp-content/uploads /var/www/html/production/crlg-staging/shared/wp-content/storage /var/www/html/production/crlg-staging/shared/wp-content/languages /var/www/html/production/crlg-staging/shared/wp-content/cache /var/www/html/production/crlg-staging/shared/wp-content/wp-rocket-config as tenzing_www@web-1
INFO [d82af5ed] Finished in 0.278 seconds with exit status 0 (successful).
INFO [7aa3120c] Running /usr/bin/env mkdir -p /var/www/html/production/crlg-staging/shared as tenzing_www@web-1
INFO [7aa3120c] Finished in 0.262 seconds with exit status 0 (successful).
ERROR linked file /var/www/html/production/crlg-staging/shared/.env does not exist on web-1
INFO ---------------------------------------------------------------------------
INFO START 2023-02-07 13:03:05 -0500 cap staging deploy
INFO ---------------------------------------------------------------------------
INFO [6f10f80c] Running /usr/bin/env mkdir -p /tmp as tenzing_www@web-1
INFO [6f10f80c] Finished in 1.403 seconds with exit status 0 (successful).
INFO Uploading /tmp/git-ssh-crlg-staging-staging-jeffbalicki.sh 100.0%
INFO [8f35a6e0] Running /usr/bin/env chmod 700 /tmp/git-ssh-crlg-staging-staging-jeffbalicki.sh as tenzing_www@web-1
INFO [8f35a6e0] Finished in 0.269 seconds with exit status 0 (successful).
INFO [c825a843] Running /usr/bin/env git ls-remote git@git.gotenzing.com:jeffmbalicki/st_joseph.git HEAD as tenzing_www@web-1
INFO [c825a843] Finished in 1.045 seconds with exit status 0 (successful).
INFO [e7feea27] Running /usr/bin/env mkdir -p /var/www/html/production/crlg-staging/shared /var/www/html/production/crlg-staging/releases as tenzing_www@web-1
INFO [e7feea27] Finished in 0.285 seconds with exit status 0 (successful).
INFO [b0b34ff9] Running /usr/bin/env mkdir -p /var/www/html/production/crlg-staging/shared/wp-content/wflogs /var/www/html/production/crlg-staging/shared/wp-content/uploads /var/www/html/production/crlg-staging/shared/wp-content/storage /var/www/html/production/crlg-staging/shared/wp-content/languages /var/www/html/production/crlg-staging/shared/wp-content/cache /var/www/html/production/crlg-staging/shared/wp-content/wp-rocket-config as tenzing_www@web-1
INFO [b0b34ff9] Finished in 0.271 seconds with exit status 0 (successful).
INFO [5457448b] Running /usr/bin/env mkdir -p /var/www/html/production/crlg-staging/shared as tenzing_www@web-1
INFO [5457448b] Finished in 0.269 seconds with exit status 0 (successful).
INFO [0f17ee24] Running /usr/bin/env git clone --mirror git@git.gotenzing.com:jeffmbalicki/st_joseph.git /var/www/html/production/crlg-staging/repo as tenzing_www@web-1
INFO [0f17ee24] Finished in 10.129 seconds with exit status 0 (successful).
INFO [24897970] Running /usr/bin/env git remote set-url origin git@git.gotenzing.com:jeffmbalicki/st_joseph.git as tenzing_www@web-1
INFO [24897970] Finished in 0.263 seconds with exit status 0 (successful).
INFO [fa4d0559] Running /usr/bin/env git remote update --prune as tenzing_www@web-1
INFO [fa4d0559] Finished in 0.969 seconds with exit status 0 (successful).
INFO [803b24f1] Running /usr/bin/env git clone -b master --recursive . /var/www/html/production/crlg-staging/releases/20230207180309 as tenzing_www@web-1
INFO [803b24f1] Finished in 3.905 seconds with exit status 0 (successful).
INFO [7c487d8d] Running /usr/bin/env mkdir -p /var/www/html/production/crlg-staging/releases/20230207180309 as tenzing_www@web-1
INFO [7c487d8d] Finished in 0.276 seconds with exit status 0 (successful).
INFO [b8a4719f] Running /usr/bin/env git archive master | /usr/bin/env tar -x -f - -C /var/www/html/production/crlg-staging/releases/20230207180309 as tenzing_www@web-1
INFO [b8a4719f] Finished in 5.317 seconds with exit status 0 (successful).
INFO [e037e6e5] Running /usr/bin/env echo "205fdf40c0c04f3d1b76f559ec0d7bf7165de0de" >> REVISION as tenzing_www@web-1
INFO [e037e6e5] Finished in 0.270 seconds with exit status 0 (successful).
INFO [32ee1227] Running /usr/bin/env mkdir -p /var/www/html/production/crlg-staging/releases/20230207180309 as tenzing_www@web-1
INFO [32ee1227] Finished in 0.259 seconds with exit status 0 (successful).
INFO [0a56cb74] Running /usr/bin/env ln -s /var/www/html/production/crlg-staging/shared/.env /var/www/html/production/crlg-staging/releases/20230207180309/.env as tenzing_www@web-1
INFO [0a56cb74] Finished in 0.284 seconds with exit status 0 (successful).
INFO [9f7363b2] Running /usr/bin/env mkdir -p /var/www/html/production/crlg-staging/releases/20230207180309/wp-content as tenzing_www@web-1
INFO [9f7363b2] Finished in 0.273 seconds with exit status 0 (successful).
INFO [97632889] Running /usr/bin/env ln -s /var/www/html/production/crlg-staging/shared/wp-content/wflogs /var/www/html/production/crlg-staging/releases/20230207180309/wp-content/wflogs as tenzing_www@web-1
INFO [97632889] Finished in 0.271 seconds with exit status 0 (successful).
INFO [e3573d6d] Running /usr/bin/env ln -s /var/www/html/production/crlg-staging/shared/wp-content/uploads /var/www/html/production/crlg-staging/releases/20230207180309/wp-content/uploads as tenzing_www@web-1
INFO [e3573d6d] Finished in 0.277 seconds with exit status 0 (successful).
INFO [a7f46cc4] Running /usr/bin/env ln -s /var/www/html/production/crlg-staging/shared/wp-content/storage /var/www/html/production/crlg-staging/releases/20230207180309/wp-content/storage as tenzing_www@web-1
INFO [a7f46cc4] Finished in 0.275 seconds with exit status 0 (successful).
INFO [8111cfd5] Running /usr/bin/env ln -s /var/www/html/production/crlg-staging/shared/wp-content/languages /var/www/html/production/crlg-staging/releases/20230207180309/wp-content/languages as tenzing_www@web-1
INFO [8111cfd5] Finished in 0.275 seconds with exit status 0 (successful).
INFO [6f334e7a] Running /usr/bin/env ln -s /var/www/html/production/crlg-staging/shared/wp-content/cache /var/www/html/production/crlg-staging/releases/20230207180309/wp-content/cache as tenzing_www@web-1
INFO [6f334e7a] Finished in 0.264 seconds with exit status 0 (successful).
INFO [f96af5c0] Running /usr/bin/env ln -s /var/www/html/production/crlg-staging/shared/wp-content/wp-rocket-config /var/www/html/production/crlg-staging/releases/20230207180309/wp-content/wp-rocket-config as tenzing_www@web-1
INFO [f96af5c0] Finished in 0.293 seconds with exit status 0 (successful).
INFO [e0cff6f5] Running cd '/var/www/html/production/crlg-staging/releases/20230207180309'; /usr/bin/php74 /home/tenzing_www/bin/composer install --no-dev --prefer-dist --no-interaction --quiet --optimize-autoloader as tenzing_www@web-1
INFO ---------------------------------------------------------------------------
INFO START 2023-02-07 13:05:35 -0500 cap staging deploy
INFO ---------------------------------------------------------------------------
INFO [a355ba08] Running /usr/bin/env mkdir -p /tmp as tenzing_www@web-1
INFO [a355ba08] Finished in 1.465 seconds with exit status 0 (successful).
INFO Uploading /tmp/git-ssh-crlg-staging-staging-jeffbalicki.sh 100.0%
INFO [1673afec] Running /usr/bin/env chmod 700 /tmp/git-ssh-crlg-staging-staging-jeffbalicki.sh as tenzing_www@web-1
INFO [1673afec] Finished in 0.279 seconds with exit status 0 (successful).
INFO [4694ffb2] Running /usr/bin/env git ls-remote git@git.gotenzing.com:jeffmbalicki/st_joseph.git HEAD as tenzing_www@web-1
INFO [4694ffb2] Finished in 0.979 seconds with exit status 0 (successful).
INFO [9a366b04] Running /usr/bin/env mkdir -p /var/www/html/production/crlg-staging/shared /var/www/html/production/crlg-staging/releases as tenzing_www@web-1
INFO [9a366b04] Finished in 0.278 seconds with exit status 0 (successful).
INFO [d73187b2] Running /usr/bin/env mkdir -p /var/www/html/production/crlg-staging/shared/wp-content/wflogs /var/www/html/production/crlg-staging/shared/wp-content/uploads /var/www/html/production/crlg-staging/shared/wp-content/storage /var/www/html/production/crlg-staging/shared/wp-content/languages /var/www/html/production/crlg-staging/shared/wp-content/cache /var/www/html/production/crlg-staging/shared/wp-content/wp-rocket-config as tenzing_www@web-1
INFO [d73187b2] Finished in 0.267 seconds with exit status 0 (successful).
INFO [5e8d3582] Running /usr/bin/env mkdir -p /var/www/html/production/crlg-staging/shared as tenzing_www@web-1
INFO [5e8d3582] Finished in 0.266 seconds with exit status 0 (successful).
INFO The repository mirror is at /var/www/html/production/crlg-staging/repo
INFO [fec61807] Running /usr/bin/env git remote set-url origin git@git.gotenzing.com:jeffmbalicki/st_joseph.git as tenzing_www@web-1
INFO [fec61807] Finished in 0.260 seconds with exit status 0 (successful).
INFO [b2298af6] Running /usr/bin/env git remote update --prune as tenzing_www@web-1
INFO [b2298af6] Finished in 0.979 seconds with exit status 0 (successful).
INFO [10f25a49] Running /usr/bin/env git clone -b master --recursive . /var/www/html/production/crlg-staging/releases/20230207180540 as tenzing_www@web-1
INFO [10f25a49] Finished in 3.475 seconds with exit status 0 (successful).
INFO [00a97ec9] Running /usr/bin/env mkdir -p /var/www/html/production/crlg-staging/releases/20230207180540 as tenzing_www@web-1
INFO [00a97ec9] Finished in 0.283 seconds with exit status 0 (successful).
INFO [a2bd41a4] Running /usr/bin/env git archive master | /usr/bin/env tar -x -f - -C /var/www/html/production/crlg-staging/releases/20230207180540 as tenzing_www@web-1
INFO [a2bd41a4] Finished in 5.409 seconds with exit status 0 (successful).
INFO [aaff2dc2] Running /usr/bin/env echo "205fdf40c0c04f3d1b76f559ec0d7bf7165de0de" >> REVISION as tenzing_www@web-1
INFO [aaff2dc2] Finished in 0.292 seconds with exit status 0 (successful).
INFO [9e5d2016] Running /usr/bin/env mkdir -p /var/www/html/production/crlg-staging/releases/20230207180540 as tenzing_www@web-1
INFO [9e5d2016] Finished in 0.283 seconds with exit status 0 (successful).
INFO [d3c98971] Running /usr/bin/env ln -s /var/www/html/production/crlg-staging/shared/.env /var/www/html/production/crlg-staging/releases/20230207180540/.env as tenzing_www@web-1
INFO [d3c98971] Finished in 0.270 seconds with exit status 0 (successful).
INFO [da49a83d] Running /usr/bin/env mkdir -p /var/www/html/production/crlg-staging/releases/20230207180540/wp-content as tenzing_www@web-1
INFO [da49a83d] Finished in 0.259 seconds with exit status 0 (successful).
INFO [b36083af] Running /usr/bin/env ln -s /var/www/html/production/crlg-staging/shared/wp-content/wflogs /var/www/html/production/crlg-staging/releases/20230207180540/wp-content/wflogs as tenzing_www@web-1
INFO [b36083af] Finished in 0.270 seconds with exit status 0 (successful).
INFO [bebd5dea] Running /usr/bin/env ln -s /var/www/html/production/crlg-staging/shared/wp-content/uploads /var/www/html/production/crlg-staging/releases/20230207180540/wp-content/uploads as tenzing_www@web-1
INFO [bebd5dea] Finished in 0.270 seconds with exit status 0 (successful).
INFO [57a63d39] Running /usr/bin/env ln -s /var/www/html/production/crlg-staging/shared/wp-content/storage /var/www/html/production/crlg-staging/releases/20230207180540/wp-content/storage as tenzing_www@web-1
INFO [57a63d39] Finished in 0.270 seconds with exit status 0 (successful).
INFO [8f50327b] Running /usr/bin/env ln -s /var/www/html/production/crlg-staging/shared/wp-content/languages /var/www/html/production/crlg-staging/releases/20230207180540/wp-content/languages as tenzing_www@web-1
INFO [8f50327b] Finished in 0.264 seconds with exit status 0 (successful).
INFO [e0d3fcd9] Running /usr/bin/env ln -s /var/www/html/production/crlg-staging/shared/wp-content/cache /var/www/html/production/crlg-staging/releases/20230207180540/wp-content/cache as tenzing_www@web-1
INFO [e0d3fcd9] Finished in 0.270 seconds with exit status 0 (successful).
INFO [0b46dd66] Running /usr/bin/env ln -s /var/www/html/production/crlg-staging/shared/wp-content/wp-rocket-config /var/www/html/production/crlg-staging/releases/20230207180540/wp-content/wp-rocket-config as tenzing_www@web-1
INFO [0b46dd66] Finished in 0.272 seconds with exit status 0 (successful).
INFO [b45ee809] Running cd '/var/www/html/production/crlg-staging/releases/20230207180540'; /usr/bin/php74 /home/tenzing_www/bin/composer install --no-dev --prefer-dist --no-interaction --quiet --optimize-autoloader as tenzing_www@web-1
INFO ---------------------------------------------------------------------------
INFO START 2023-02-07 13:07:05 -0500 cap staging deploy
INFO ---------------------------------------------------------------------------
INFO [3f95a243] Running /usr/bin/env mkdir -p /tmp as tenzing_www@web-1
INFO [3f95a243] Finished in 1.614 seconds with exit status 0 (successful).
INFO Uploading /tmp/git-ssh-crlg-staging-staging-jeffbalicki.sh 100.0%
INFO [fe511979] Running /usr/bin/env chmod 700 /tmp/git-ssh-crlg-staging-staging-jeffbalicki.sh as tenzing_www@web-1
INFO [fe511979] Finished in 0.265 seconds with exit status 0 (successful).
INFO [90645196] Running /usr/bin/env git ls-remote git@git.gotenzing.com:jeffmbalicki/st_joseph.git HEAD as tenzing_www@web-1
INFO [90645196] Finished in 1.004 seconds with exit status 0 (successful).
INFO [92f5dc9a] Running /usr/bin/env mkdir -p /var/www/html/production/crlg-staging/shared /var/www/html/production/crlg-staging/releases as tenzing_www@web-1
INFO [92f5dc9a] Finished in 0.256 seconds with exit status 0 (successful).
INFO [5194c032] Running /usr/bin/env mkdir -p /var/www/html/production/crlg-staging/shared/wp-content/wflogs /var/www/html/production/crlg-staging/shared/wp-content/uploads /var/www/html/production/crlg-staging/shared/wp-content/storage /var/www/html/production/crlg-staging/shared/wp-content/languages /var/www/html/production/crlg-staging/shared/wp-content/cache /var/www/html/production/crlg-staging/shared/wp-content/wp-rocket-config as tenzing_www@web-1
INFO [5194c032] Finished in 0.274 seconds with exit status 0 (successful).
INFO [f97246c9] Running /usr/bin/env mkdir -p /var/www/html/production/crlg-staging/shared as tenzing_www@web-1
INFO [f97246c9] Finished in 0.287 seconds with exit status 0 (successful).
INFO The repository mirror is at /var/www/html/production/crlg-staging/repo
INFO [9a7b9d34] Running /usr/bin/env git remote set-url origin git@git.gotenzing.com:jeffmbalicki/st_joseph.git as tenzing_www@web-1
INFO [9a7b9d34] Finished in 0.290 seconds with exit status 0 (successful).
INFO [ba350ebd] Running /usr/bin/env git remote update --prune as tenzing_www@web-1
INFO [ba350ebd] Finished in 1.073 seconds with exit status 0 (successful).
INFO [b506195a] Running /usr/bin/env git clone -b master --recursive . /var/www/html/production/crlg-staging/releases/20230207180710 as tenzing_www@web-1
INFO [b506195a] Finished in 4.148 seconds with exit status 0 (successful).
INFO [097f1af7] Running /usr/bin/env mkdir -p /var/www/html/production/crlg-staging/releases/20230207180710 as tenzing_www@web-1
INFO [097f1af7] Finished in 0.263 seconds with exit status 0 (successful).
INFO [3c89eace] Running /usr/bin/env git archive master | /usr/bin/env tar -x -f - -C /var/www/html/production/crlg-staging/releases/20230207180710 as tenzing_www@web-1
INFO [3c89eace] Finished in 4.065 seconds with exit status 0 (successful).
INFO [dd12fca0] Running /usr/bin/env echo "205fdf40c0c04f3d1b76f559ec0d7bf7165de0de" >> REVISION as tenzing_www@web-1
INFO [dd12fca0] Finished in 0.261 seconds with exit status 0 (successful).
INFO [e3bfab78] Running /usr/bin/env mkdir -p /var/www/html/production/crlg-staging/releases/20230207180710 as tenzing_www@web-1
INFO [e3bfab78] Finished in 0.272 seconds with exit status 0 (successful).
INFO [123c19f1] Running /usr/bin/env ln -s /var/www/html/production/crlg-staging/shared/.env /var/www/html/production/crlg-staging/releases/20230207180710/.env as tenzing_www@web-1
INFO [123c19f1] Finished in 0.267 seconds with exit status 0 (successful).
INFO [031fb839] Running /usr/bin/env mkdir -p /var/www/html/production/crlg-staging/releases/20230207180710/wp-content as tenzing_www@web-1
INFO [031fb839] Finished in 0.266 seconds with exit status 0 (successful).
INFO [005f60d9] Running /usr/bin/env ln -s /var/www/html/production/crlg-staging/shared/wp-content/wflogs /var/www/html/production/crlg-staging/releases/20230207180710/wp-content/wflogs as tenzing_www@web-1
INFO [005f60d9] Finished in 0.267 seconds with exit status 0 (successful).
INFO [26ccaeaf] Running /usr/bin/env ln -s /var/www/html/production/crlg-staging/shared/wp-content/uploads /var/www/html/production/crlg-staging/releases/20230207180710/wp-content/uploads as tenzing_www@web-1
INFO [26ccaeaf] Finished in 0.265 seconds with exit status 0 (successful).
INFO [6c0cfcde] Running /usr/bin/env ln -s /var/www/html/production/crlg-staging/shared/wp-content/storage /var/www/html/production/crlg-staging/releases/20230207180710/wp-content/storage as tenzing_www@web-1
INFO [6c0cfcde] Finished in 0.273 seconds with exit status 0 (successful).
INFO [1cf2575b] Running /usr/bin/env ln -s /var/www/html/production/crlg-staging/shared/wp-content/languages /var/www/html/production/crlg-staging/releases/20230207180710/wp-content/languages as tenzing_www@web-1
INFO [1cf2575b] Finished in 0.276 seconds with exit status 0 (successful).
INFO [0c1bf8b2] Running /usr/bin/env ln -s /var/www/html/production/crlg-staging/shared/wp-content/cache /var/www/html/production/crlg-staging/releases/20230207180710/wp-content/cache as tenzing_www@web-1
INFO [0c1bf8b2] Finished in 0.283 seconds with exit status 0 (successful).
INFO [c6418880] Running /usr/bin/env ln -s /var/www/html/production/crlg-staging/shared/wp-content/wp-rocket-config /var/www/html/production/crlg-staging/releases/20230207180710/wp-content/wp-rocket-config as tenzing_www@web-1
INFO [c6418880] Finished in 0.262 seconds with exit status 0 (successful).
INFO [41961925] Running si crlg-staging as tenzing_www@web-1
INFO [41961925] Finished in 21.355 seconds with exit status 0 (successful).
INFO [fb85d65e] Running cd '/var/www/html/production/crlg-staging/releases/20230207180710/'; chmod -Rf 777 .htaccess wordfence-waf.php wp-content/advanced-cache.php as tenzing_www@web-1
INFO ---------------------------------------------------------------------------
INFO START 2023-02-07 13:09:10 -0500 cap staging deploy
INFO ---------------------------------------------------------------------------
INFO [c7fb6bc6] Running /usr/bin/env mkdir -p /tmp as tenzing_www@web-1
INFO [c7fb6bc6] Finished in 1.264 seconds with exit status 0 (successful).
INFO Uploading /tmp/git-ssh-crlg-staging-staging-jeffbalicki.sh 100.0%
INFO [eb39458d] Running /usr/bin/env chmod 700 /tmp/git-ssh-crlg-staging-staging-jeffbalicki.sh as tenzing_www@web-1
INFO [eb39458d] Finished in 0.237 seconds with exit status 0 (successful).
INFO [d135128d] Running /usr/bin/env git ls-remote git@git.gotenzing.com:jeffmbalicki/st_joseph.git HEAD as tenzing_www@web-1
INFO [d135128d] Finished in 0.968 seconds with exit status 0 (successful).
INFO [3bf50b38] Running /usr/bin/env mkdir -p /var/www/html/production/crlg-staging/shared /var/www/html/production/crlg-staging/releases as tenzing_www@web-1
INFO [3bf50b38] Finished in 0.226 seconds with exit status 0 (successful).
INFO [6c0f187d] Running /usr/bin/env mkdir -p /var/www/html/production/crlg-staging/shared/wp-content/wflogs /var/www/html/production/crlg-staging/shared/wp-content/uploads /var/www/html/production/crlg-staging/shared/wp-content/storage /var/www/html/production/crlg-staging/shared/wp-content/languages /var/www/html/production/crlg-staging/shared/wp-content/cache /var/www/html/production/crlg-staging/shared/wp-content/wp-rocket-config as tenzing_www@web-1
INFO [6c0f187d] Finished in 0.224 seconds with exit status 0 (successful).
INFO [a04f5edf] Running /usr/bin/env mkdir -p /var/www/html/production/crlg-staging/shared as tenzing_www@web-1
INFO [a04f5edf] Finished in 0.235 seconds with exit status 0 (successful).
INFO The repository mirror is at /var/www/html/production/crlg-staging/repo
INFO [85ddcbc1] Running /usr/bin/env git remote set-url origin git@git.gotenzing.com:jeffmbalicki/st_joseph.git as tenzing_www@web-1
INFO [85ddcbc1] Finished in 0.233 seconds with exit status 0 (successful).
INFO [0dc4dc1b] Running /usr/bin/env git remote update --prune as tenzing_www@web-1
INFO [0dc4dc1b] Finished in 0.890 seconds with exit status 0 (successful).
INFO [71820fa0] Running /usr/bin/env git clone -b master --recursive . /var/www/html/production/crlg-staging/releases/20230207180915 as tenzing_www@web-1
INFO [71820fa0] Finished in 3.308 seconds with exit status 0 (successful).
INFO [cab7984e] Running /usr/bin/env mkdir -p /var/www/html/production/crlg-staging/releases/20230207180915 as tenzing_www@web-1
INFO [cab7984e] Finished in 0.244 seconds with exit status 0 (successful).
INFO [c4077c9a] Running /usr/bin/env git archive master | /usr/bin/env tar -x -f - -C /var/www/html/production/crlg-staging/releases/20230207180915 as tenzing_www@web-1
INFO [c4077c9a] Finished in 4.559 seconds with exit status 0 (successful).
INFO [945263a8] Running /usr/bin/env echo "205fdf40c0c04f3d1b76f559ec0d7bf7165de0de" >> REVISION as tenzing_www@web-1
INFO [945263a8] Finished in 0.235 seconds with exit status 0 (successful).
INFO [f305046d] Running /usr/bin/env mkdir -p /var/www/html/production/crlg-staging/releases/20230207180915 as tenzing_www@web-1
INFO [f305046d] Finished in 0.235 seconds with exit status 0 (successful).
INFO [e9b26ed1] Running /usr/bin/env ln -s /var/www/html/production/crlg-staging/shared/.env /var/www/html/production/crlg-staging/releases/20230207180915/.env as tenzing_www@web-1
INFO [e9b26ed1] Finished in 0.228 seconds with exit status 0 (successful).
INFO [54e282b9] Running /usr/bin/env mkdir -p /var/www/html/production/crlg-staging/releases/20230207180915/wp-content as tenzing_www@web-1
INFO [54e282b9] Finished in 0.246 seconds with exit status 0 (successful).
INFO [11fbec62] Running /usr/bin/env ln -s /var/www/html/production/crlg-staging/shared/wp-content/wflogs /var/www/html/production/crlg-staging/releases/20230207180915/wp-content/wflogs as tenzing_www@web-1
INFO [11fbec62] Finished in 0.229 seconds with exit status 0 (successful).
INFO [636ff887] Running /usr/bin/env ln -s /var/www/html/production/crlg-staging/shared/wp-content/uploads /var/www/html/production/crlg-staging/releases/20230207180915/wp-content/uploads as tenzing_www@web-1
INFO [636ff887] Finished in 0.235 seconds with exit status 0 (successful).
INFO [5e2cf0d3] Running /usr/bin/env ln -s /var/www/html/production/crlg-staging/shared/wp-content/storage /var/www/html/production/crlg-staging/releases/20230207180915/wp-content/storage as tenzing_www@web-1
INFO [5e2cf0d3] Finished in 0.237 seconds with exit status 0 (successful).
INFO [3074cb80] Running /usr/bin/env ln -s /var/www/html/production/crlg-staging/shared/wp-content/languages /var/www/html/production/crlg-staging/releases/20230207180915/wp-content/languages as tenzing_www@web-1
INFO [3074cb80] Finished in 0.237 seconds with exit status 0 (successful).
INFO [421aad7a] Running /usr/bin/env ln -s /var/www/html/production/crlg-staging/shared/wp-content/cache /var/www/html/production/crlg-staging/releases/20230207180915/wp-content/cache as tenzing_www@web-1
INFO [421aad7a] Finished in 0.237 seconds with exit status 0 (successful).
INFO [a58a8fb7] Running /usr/bin/env ln -s /var/www/html/production/crlg-staging/shared/wp-content/wp-rocket-config /var/www/html/production/crlg-staging/releases/20230207180915/wp-content/wp-rocket-config as tenzing_www@web-1
INFO [a58a8fb7] Finished in 0.239 seconds with exit status 0 (successful).
INFO [87d733f8] Running si crlg-staging as tenzing_www@web-1
INFO [87d733f8] Finished in 5.751 seconds with exit status 0 (successful).
INFO [0882787b] Running /usr/bin/env ln -s /var/www/html/production/crlg-staging/releases/20230207180915 /var/www/html/production/crlg-staging/releases/current as tenzing_www@web-1
INFO [0882787b] Finished in 0.447 seconds with exit status 0 (successful).
INFO [c2e604e3] Running /usr/bin/env mv /var/www/html/production/crlg-staging/releases/current /var/www/html/production/crlg-staging as tenzing_www@web-1
INFO [c2e604e3] Finished in 0.228 seconds with exit status 0 (successful).
INFO Keeping 2 of 4 deployed releases on web-1
INFO [81b38397] Running /usr/bin/env rm -rf /var/www/html/production/crlg-staging/releases/20230207180309 /var/www/html/production/crlg-staging/releases/20230207180540 as tenzing_www@web-1
INFO [81b38397] Finished in 1.568 seconds with exit status 0 (successful).
INFO [9f4c8ae7] Running cd '/var/www/html/production/crlg-staging/releases/20230207180915/'; rm -Rf .git/ as tenzing_www@web-1
INFO [9f4c8ae7] Finished in 0.477 seconds with exit status 0 (successful).
INFO [0c6eeb0d] Running /usr/bin/env echo "Branch master (at 205fdf40c0c04f3d1b76f559ec0d7bf7165de0de) deployed as release 20230207180915 by jeffbalicki" >> /var/www/html/production/crlg-staging/revisions.log as tenzing_www@web-1
INFO [0c6eeb0d] Finished in 0.229 seconds with exit status 0 (successful).
INFO [467662cc] Running si crlg-staging as tenzing_www@web-1
INFO [467662cc] Finished in 2.733 seconds with exit status 0 (successful).
INFO ---------------------------------------------------------------------------
INFO START 2023-02-07 14:12:17 -0500 cap staging deploy
INFO ---------------------------------------------------------------------------
INFO [8f67d25c] Running /usr/bin/env mkdir -p /tmp as tenzing_www@web-1
INFO [8f67d25c] Finished in 1.636 seconds with exit status 0 (successful).
INFO Uploading /tmp/git-ssh-crlg-staging-staging-jeffbalicki.sh 100.0%
INFO [3c9277bb] Running /usr/bin/env chmod 700 /tmp/git-ssh-crlg-staging-staging-jeffbalicki.sh as tenzing_www@web-1
INFO [3c9277bb] Finished in 0.269 seconds with exit status 0 (successful).
INFO [59882f97] Running /usr/bin/env git ls-remote git@git.gotenzing.com:jeffmbalicki/st_joseph.git HEAD as tenzing_www@web-1
INFO [59882f97] Finished in 1.022 seconds with exit status 0 (successful).
INFO [222994a0] Running /usr/bin/env mkdir -p /var/www/html/production/crlg-staging/shared /var/www/html/production/crlg-staging/releases as tenzing_www@web-1
INFO [222994a0] Finished in 0.282 seconds with exit status 0 (successful).
INFO [d3808a6e] Running /usr/bin/env mkdir -p /var/www/html/production/crlg-staging/shared/wp-content/wflogs /var/www/html/production/crlg-staging/shared/wp-content/uploads /var/www/html/production/crlg-staging/shared/wp-content/storage /var/www/html/production/crlg-staging/shared/wp-content/languages /var/www/html/production/crlg-staging/shared/wp-content/cache /var/www/html/production/crlg-staging/shared/wp-content/wp-rocket-config as tenzing_www@web-1
INFO [d3808a6e] Finished in 0.302 seconds with exit status 0 (successful).
INFO [e08be82f] Running /usr/bin/env mkdir -p /var/www/html/production/crlg-staging/shared as tenzing_www@web-1
INFO [e08be82f] Finished in 0.279 seconds with exit status 0 (successful).
INFO The repository mirror is at /var/www/html/production/crlg-staging/repo
INFO [92e8a345] Running /usr/bin/env git remote set-url origin git@git.gotenzing.com:jeffmbalicki/st_joseph.git as tenzing_www@web-1
INFO [92e8a345] Finished in 0.261 seconds with exit status 0 (successful).
INFO [97283487] Running /usr/bin/env git remote update --prune as tenzing_www@web-1
INFO [97283487] Finished in 1.263 seconds with exit status 0 (successful).
INFO [837841c6] Running /usr/bin/env git clone -b master --recursive . /var/www/html/production/crlg-staging/releases/20230207191222 as tenzing_www@web-1
INFO [837841c6] Finished in 3.147 seconds with exit status 0 (successful).
INFO [c37b06ca] Running /usr/bin/env mkdir -p /var/www/html/production/crlg-staging/releases/20230207191222 as tenzing_www@web-1
INFO [c37b06ca] Finished in 0.269 seconds with exit status 0 (successful).
INFO [be357749] Running /usr/bin/env git archive master | /usr/bin/env tar -x -f - -C /var/www/html/production/crlg-staging/releases/20230207191222 as tenzing_www@web-1
INFO [be357749] Finished in 4.318 seconds with exit status 0 (successful).
INFO [2042b1ff] Running /usr/bin/env echo "73b5b0ee34a98cea989815c67ae3f3210fd24069" >> REVISION as tenzing_www@web-1
INFO [2042b1ff] Finished in 0.271 seconds with exit status 0 (successful).
INFO [dd5be9ac] Running /usr/bin/env mkdir -p /var/www/html/production/crlg-staging/releases/20230207191222 as tenzing_www@web-1
INFO [dd5be9ac] Finished in 0.263 seconds with exit status 0 (successful).
INFO [bc5c6124] Running /usr/bin/env ln -s /var/www/html/production/crlg-staging/shared/.env /var/www/html/production/crlg-staging/releases/20230207191222/.env as tenzing_www@web-1
INFO [bc5c6124] Finished in 0.275 seconds with exit status 0 (successful).
INFO [20819f55] Running /usr/bin/env mkdir -p /var/www/html/production/crlg-staging/releases/20230207191222/wp-content as tenzing_www@web-1
INFO [20819f55] Finished in 0.296 seconds with exit status 0 (successful).
INFO [020b1eae] Running /usr/bin/env ln -s /var/www/html/production/crlg-staging/shared/wp-content/wflogs /var/www/html/production/crlg-staging/releases/20230207191222/wp-content/wflogs as tenzing_www@web-1
INFO [020b1eae] Finished in 0.240 seconds with exit status 0 (successful).
INFO [c6c39e45] Running /usr/bin/env ln -s /var/www/html/production/crlg-staging/shared/wp-content/uploads /var/www/html/production/crlg-staging/releases/20230207191222/wp-content/uploads as tenzing_www@web-1
INFO [c6c39e45] Finished in 0.259 seconds with exit status 0 (successful).
INFO [e983dee7] Running /usr/bin/env ln -s /var/www/html/production/crlg-staging/shared/wp-content/storage /var/www/html/production/crlg-staging/releases/20230207191222/wp-content/storage as tenzing_www@web-1
INFO [e983dee7] Finished in 0.261 seconds with exit status 0 (successful).
INFO [c9f872cb] Running /usr/bin/env ln -s /var/www/html/production/crlg-staging/shared/wp-content/languages /var/www/html/production/crlg-staging/releases/20230207191222/wp-content/languages as tenzing_www@web-1
INFO [c9f872cb] Finished in 0.250 seconds with exit status 0 (successful).
INFO [7f4e1afc] Running /usr/bin/env ln -s /var/www/html/production/crlg-staging/shared/wp-content/cache /var/www/html/production/crlg-staging/releases/20230207191222/wp-content/cache as tenzing_www@web-1
INFO [7f4e1afc] Finished in 0.256 seconds with exit status 0 (successful).
INFO [7ce26630] Running /usr/bin/env ln -s /var/www/html/production/crlg-staging/shared/wp-content/wp-rocket-config /var/www/html/production/crlg-staging/releases/20230207191222/wp-content/wp-rocket-config as tenzing_www@web-1
INFO [7ce26630] Finished in 0.447 seconds with exit status 0 (successful).
INFO [4d657462] Running si crlg-staging as tenzing_www@web-1
INFO [4d657462] Finished in 6.725 seconds with exit status 0 (successful).
INFO [e4c4cac7] Running /usr/bin/env ln -s /var/www/html/production/crlg-staging/releases/20230207191222 /var/www/html/production/crlg-staging/releases/current as tenzing_www@web-1
INFO [e4c4cac7] Finished in 0.263 seconds with exit status 0 (successful).
INFO [92748e1c] Running /usr/bin/env mv /var/www/html/production/crlg-staging/releases/current /var/www/html/production/crlg-staging as tenzing_www@web-1
INFO [92748e1c] Finished in 0.260 seconds with exit status 0 (successful).
INFO Keeping 2 of 3 deployed releases on web-1
INFO [8a486576] Running /usr/bin/env rm -rf /var/www/html/production/crlg-staging/releases/20230207180710 as tenzing_www@web-1
INFO [8a486576] Finished in 0.857 seconds with exit status 0 (successful).
INFO [25b4a2f1] Running cd '/var/www/html/production/crlg-staging/releases/20230207191222/'; rm -Rf .git/ as tenzing_www@web-1
INFO [25b4a2f1] Finished in 0.244 seconds with exit status 0 (successful).
INFO [8f07da90] Running /usr/bin/env echo "Branch master (at 73b5b0ee34a98cea989815c67ae3f3210fd24069) deployed as release 20230207191222 by jeffbalicki" >> /var/www/html/production/crlg-staging/revisions.log as tenzing_www@web-1
INFO [8f07da90] Finished in 0.269 seconds with exit status 0 (successful).
INFO [66afba35] Running si crlg-staging as tenzing_www@web-1
INFO [66afba35] Finished in 2.074 seconds with exit status 0 (successful).
INFO ---------------------------------------------------------------------------
INFO START 2023-02-07 14:15:28 -0500 cap staging deploy
INFO ---------------------------------------------------------------------------
INFO [7c3efd97] Running /usr/bin/env mkdir -p /tmp as tenzing_www@web-1
INFO [7c3efd97] Finished in 1.388 seconds with exit status 0 (successful).
INFO Uploading /tmp/git-ssh-crlg-staging-staging-jeffbalicki.sh 100.0%
INFO [b67cc7b9] Running /usr/bin/env chmod 700 /tmp/git-ssh-crlg-staging-staging-jeffbalicki.sh as tenzing_www@web-1
INFO [b67cc7b9] Finished in 0.330 seconds with exit status 0 (successful).
INFO [8b2df258] Running /usr/bin/env git ls-remote git@git.gotenzing.com:jeffmbalicki/st_joseph.git HEAD as tenzing_www@web-1
INFO [8b2df258] Finished in 1.023 seconds with exit status 0 (successful).
INFO [df726eda] Running /usr/bin/env mkdir -p /var/www/html/production/crlg-staging/shared /var/www/html/production/crlg-staging/releases as tenzing_www@web-1
INFO [df726eda] Finished in 0.277 seconds with exit status 0 (successful).
INFO [459d41ba] Running /usr/bin/env mkdir -p /var/www/html/production/crlg-staging/shared/wp-content/wflogs /var/www/html/production/crlg-staging/shared/wp-content/uploads /var/www/html/production/crlg-staging/shared/wp-content/storage /var/www/html/production/crlg-staging/shared/wp-content/languages /var/www/html/production/crlg-staging/shared/wp-content/cache /var/www/html/production/crlg-staging/shared/wp-content/wp-rocket-config as tenzing_www@web-1
INFO [459d41ba] Finished in 0.274 seconds with exit status 0 (successful).
INFO [352cc63d] Running /usr/bin/env mkdir -p /var/www/html/production/crlg-staging/shared as tenzing_www@web-1
INFO [352cc63d] Finished in 0.257 seconds with exit status 0 (successful).
INFO The repository mirror is at /var/www/html/production/crlg-staging/repo
INFO [0c2e9bd6] Running /usr/bin/env git remote set-url origin git@git.gotenzing.com:jeffmbalicki/st_joseph.git as tenzing_www@web-1
INFO [0c2e9bd6] Finished in 0.267 seconds with exit status 0 (successful).
INFO [93e35e65] Running /usr/bin/env git remote update --prune as tenzing_www@web-1
INFO [93e35e65] Finished in 0.988 seconds with exit status 0 (successful).
INFO [b82d758d] Running /usr/bin/env git clone -b master --recursive . /var/www/html/production/crlg-staging/releases/20230207191532 as tenzing_www@web-1
INFO [b82d758d] Finished in 2.722 seconds with exit status 0 (successful).
INFO [29881e64] Running /usr/bin/env mkdir -p /var/www/html/production/crlg-staging/releases/20230207191532 as tenzing_www@web-1
INFO [29881e64] Finished in 0.269 seconds with exit status 0 (successful).
INFO [d87849b0] Running /usr/bin/env git archive master | /usr/bin/env tar -x -f - -C /var/www/html/production/crlg-staging/releases/20230207191532 as tenzing_www@web-1
INFO [d87849b0] Finished in 3.218 seconds with exit status 0 (successful).
INFO [9b327a87] Running /usr/bin/env echo "48ea2d7130a5549f7d1c16351e829e057fef14c1" >> REVISION as tenzing_www@web-1
INFO [9b327a87] Finished in 0.259 seconds with exit status 0 (successful).
INFO [637d0e94] Running /usr/bin/env mkdir -p /var/www/html/production/crlg-staging/releases/20230207191532 as tenzing_www@web-1
INFO [637d0e94] Finished in 0.259 seconds with exit status 0 (successful).
INFO [9252cf4b] Running /usr/bin/env ln -s /var/www/html/production/crlg-staging/shared/.env /var/www/html/production/crlg-staging/releases/20230207191532/.env as tenzing_www@web-1
INFO [9252cf4b] Finished in 0.269 seconds with exit status 0 (successful).
INFO [716dd0df] Running /usr/bin/env mkdir -p /var/www/html/production/crlg-staging/releases/20230207191532/wp-content as tenzing_www@web-1
INFO [716dd0df] Finished in 0.267 seconds with exit status 0 (successful).
INFO [85cf1a96] Running /usr/bin/env ln -s /var/www/html/production/crlg-staging/shared/wp-content/wflogs /var/www/html/production/crlg-staging/releases/20230207191532/wp-content/wflogs as tenzing_www@web-1
INFO [85cf1a96] Finished in 0.266 seconds with exit status 0 (successful).
INFO [3739fe60] Running /usr/bin/env ln -s /var/www/html/production/crlg-staging/shared/wp-content/uploads /var/www/html/production/crlg-staging/releases/20230207191532/wp-content/uploads as tenzing_www@web-1
INFO [3739fe60] Finished in 0.277 seconds with exit status 0 (successful).
INFO [e35ae987] Running /usr/bin/env ln -s /var/www/html/production/crlg-staging/shared/wp-content/storage /var/www/html/production/crlg-staging/releases/20230207191532/wp-content/storage as tenzing_www@web-1
INFO [e35ae987] Finished in 0.267 seconds with exit status 0 (successful).
INFO [16eb39a9] Running /usr/bin/env ln -s /var/www/html/production/crlg-staging/shared/wp-content/languages /var/www/html/production/crlg-staging/releases/20230207191532/wp-content/languages as tenzing_www@web-1
INFO [16eb39a9] Finished in 0.273 seconds with exit status 0 (successful).
INFO [e55d90fd] Running /usr/bin/env ln -s /var/www/html/production/crlg-staging/shared/wp-content/cache /var/www/html/production/crlg-staging/releases/20230207191532/wp-content/cache as tenzing_www@web-1
INFO [e55d90fd] Finished in 0.280 seconds with exit status 0 (successful).
INFO [49bf4c89] Running /usr/bin/env ln -s /var/www/html/production/crlg-staging/shared/wp-content/wp-rocket-config /var/www/html/production/crlg-staging/releases/20230207191532/wp-content/wp-rocket-config as tenzing_www@web-1
INFO [49bf4c89] Finished in 0.273 seconds with exit status 0 (successful).
INFO [78e5334e] Running si crlg-staging as tenzing_www@web-1
INFO [78e5334e] Finished in 5.528 seconds with exit status 0 (successful).
INFO [e2babbb6] Running /usr/bin/env ln -s /var/www/html/production/crlg-staging/releases/20230207191532 /var/www/html/production/crlg-staging/releases/current as tenzing_www@web-1
INFO [e2babbb6] Finished in 0.428 seconds with exit status 0 (successful).
INFO [0852d1e9] Running /usr/bin/env mv /var/www/html/production/crlg-staging/releases/current /var/www/html/production/crlg-staging as tenzing_www@web-1
INFO [0852d1e9] Finished in 0.262 seconds with exit status 0 (successful).
INFO Keeping 2 of 3 deployed releases on web-1
INFO [45811758] Running /usr/bin/env rm -rf /var/www/html/production/crlg-staging/releases/20230207180915 as tenzing_www@web-1
INFO [45811758] Finished in 1.020 seconds with exit status 0 (successful).
INFO [d50de3de] Running cd '/var/www/html/production/crlg-staging/releases/20230207191532/'; rm -Rf .git/ as tenzing_www@web-1
INFO [d50de3de] Finished in 0.286 seconds with exit status 0 (successful).
INFO [540d4728] Running /usr/bin/env echo "Branch master (at 48ea2d7130a5549f7d1c16351e829e057fef14c1) deployed as release 20230207191532 by jeffbalicki" >> /var/www/html/production/crlg-staging/revisions.log as tenzing_www@web-1
INFO [540d4728] Finished in 0.268 seconds with exit status 0 (successful).
INFO [3767f531] Running si crlg-staging as tenzing_www@web-1
INFO [3767f531] Finished in 1.951 seconds with exit status 0 (successful).
INFO ---------------------------------------------------------------------------
INFO START 2023-02-07 14:23:34 -0500 cap staging deploy
INFO ---------------------------------------------------------------------------
INFO [0763b367] Running /usr/bin/env mkdir -p /tmp as tenzing_www@web-1
INFO [0763b367] Finished in 1.393 seconds with exit status 0 (successful).
INFO Uploading /tmp/git-ssh-crlg-staging-staging-jeffbalicki.sh 100.0%
INFO [be56d7af] Running /usr/bin/env chmod 700 /tmp/git-ssh-crlg-staging-staging-jeffbalicki.sh as tenzing_www@web-1
INFO [be56d7af] Finished in 0.229 seconds with exit status 0 (successful).
INFO [f486cd4c] Running /usr/bin/env git ls-remote git@git.gotenzing.com:jeffmbalicki/st_joseph.git HEAD as tenzing_www@web-1
INFO [f486cd4c] Finished in 0.963 seconds with exit status 0 (successful).
INFO [385fabb7] Running /usr/bin/env mkdir -p /var/www/html/production/crlg-staging/shared /var/www/html/production/crlg-staging/releases as tenzing_www@web-1
INFO [385fabb7] Finished in 0.251 seconds with exit status 0 (successful).
INFO [daad12d3] Running /usr/bin/env mkdir -p /var/www/html/production/crlg-staging/shared/wp-content/wflogs /var/www/html/production/crlg-staging/shared/wp-content/uploads /var/www/html/production/crlg-staging/shared/wp-content/storage /var/www/html/production/crlg-staging/shared/wp-content/languages /var/www/html/production/crlg-staging/shared/wp-content/cache /var/www/html/production/crlg-staging/shared/wp-content/wp-rocket-config as tenzing_www@web-1
INFO [daad12d3] Finished in 0.233 seconds with exit status 0 (successful).
INFO [f6b9ada9] Running /usr/bin/env mkdir -p /var/www/html/production/crlg-staging/shared as tenzing_www@web-1
INFO [f6b9ada9] Finished in 0.316 seconds with exit status 0 (successful).
INFO The repository mirror is at /var/www/html/production/crlg-staging/repo
INFO [99e5c3ad] Running /usr/bin/env git remote set-url origin git@git.gotenzing.com:jeffmbalicki/st_joseph.git as tenzing_www@web-1
INFO [99e5c3ad] Finished in 0.216 seconds with exit status 0 (successful).
INFO [80564914] Running /usr/bin/env git remote update --prune as tenzing_www@web-1
INFO [80564914] Finished in 0.885 seconds with exit status 0 (successful).
INFO [2a572701] Running /usr/bin/env git clone -b master --recursive . /var/www/html/production/crlg-staging/releases/20230207192339 as tenzing_www@web-1
INFO [2a572701] Finished in 3.043 seconds with exit status 0 (successful).
INFO [4ccf2d70] Running /usr/bin/env mkdir -p /var/www/html/production/crlg-staging/releases/20230207192339 as tenzing_www@web-1
INFO [4ccf2d70] Finished in 0.551 seconds with exit status 0 (successful).
INFO [cea51269] Running /usr/bin/env git archive master | /usr/bin/env tar -x -f - -C /var/www/html/production/crlg-staging/releases/20230207192339 as tenzing_www@web-1
INFO [cea51269] Finished in 11.560 seconds with exit status 0 (successful).
INFO [8a28ec90] Running /usr/bin/env echo "48ea2d7130a5549f7d1c16351e829e057fef14c1" >> REVISION as tenzing_www@web-1
INFO [8a28ec90] Finished in 0.381 seconds with exit status 0 (successful).
INFO [cf7ec203] Running /usr/bin/env mkdir -p /var/www/html/production/crlg-staging/releases/20230207192339 as tenzing_www@web-1
INFO [cf7ec203] Finished in 0.317 seconds with exit status 0 (successful).
INFO [2b195308] Running /usr/bin/env ln -s /var/www/html/production/crlg-staging/shared/.env /var/www/html/production/crlg-staging/releases/20230207192339/.env as tenzing_www@web-1
INFO [2b195308] Finished in 0.259 seconds with exit status 0 (successful).
INFO [f429ffe1] Running /usr/bin/env mkdir -p /var/www/html/production/crlg-staging/releases/20230207192339/wp-content as tenzing_www@web-1
INFO [f429ffe1] Finished in 0.234 seconds with exit status 0 (successful).
INFO [4144b029] Running /usr/bin/env ln -s /var/www/html/production/crlg-staging/shared/wp-content/wflogs /var/www/html/production/crlg-staging/releases/20230207192339/wp-content/wflogs as tenzing_www@web-1
INFO [4144b029] Finished in 0.254 seconds with exit status 0 (successful).
INFO [c25517dc] Running /usr/bin/env ln -s /var/www/html/production/crlg-staging/shared/wp-content/uploads /var/www/html/production/crlg-staging/releases/20230207192339/wp-content/uploads as tenzing_www@web-1
INFO [c25517dc] Finished in 0.255 seconds with exit status 0 (successful).
INFO [3caa8071] Running /usr/bin/env ln -s /var/www/html/production/crlg-staging/shared/wp-content/storage /var/www/html/production/crlg-staging/releases/20230207192339/wp-content/storage as tenzing_www@web-1
INFO [3caa8071] Finished in 0.333 seconds with exit status 0 (successful).
INFO [c2cab7b3] Running /usr/bin/env ln -s /var/www/html/production/crlg-staging/shared/wp-content/languages /var/www/html/production/crlg-staging/releases/20230207192339/wp-content/languages as tenzing_www@web-1
INFO [c2cab7b3] Finished in 0.243 seconds with exit status 0 (successful).
INFO [ef3399b4] Running /usr/bin/env ln -s /var/www/html/production/crlg-staging/shared/wp-content/cache /var/www/html/production/crlg-staging/releases/20230207192339/wp-content/cache as tenzing_www@web-1
INFO [ef3399b4] Finished in 0.243 seconds with exit status 0 (successful).
INFO [72e0d0f1] Running /usr/bin/env ln -s /var/www/html/production/crlg-staging/shared/wp-content/wp-rocket-config /var/www/html/production/crlg-staging/releases/20230207192339/wp-content/wp-rocket-config as tenzing_www@web-1
INFO [72e0d0f1] Finished in 0.257 seconds with exit status 0 (successful).
INFO [2c855139] Running si crlg-staging as tenzing_www@web-1
INFO [2c855139] Finished in 5.956 seconds with exit status 0 (successful).
INFO [b8d7c51e] Running /usr/bin/env ln -s /var/www/html/production/crlg-staging/releases/20230207192339 /var/www/html/production/crlg-staging/releases/current as tenzing_www@web-1
INFO [b8d7c51e] Finished in 0.393 seconds with exit status 0 (successful).
INFO [f5fe0558] Running /usr/bin/env mv /var/www/html/production/crlg-staging/releases/current /var/www/html/production/crlg-staging as tenzing_www@web-1
INFO [f5fe0558] Finished in 0.242 seconds with exit status 0 (successful).
INFO Keeping 2 of 3 deployed releases on web-1
INFO [cb39cd57] Running /usr/bin/env rm -rf /var/www/html/production/crlg-staging/releases/20230207191222 as tenzing_www@web-1
INFO [cb39cd57] Finished in 0.990 seconds with exit status 0 (successful).
INFO [95f104ae] Running cd '/var/www/html/production/crlg-staging/releases/20230207192339/'; rm -Rf .git/ as tenzing_www@web-1
INFO [95f104ae] Finished in 0.260 seconds with exit status 0 (successful).
INFO [795038f4] Running /usr/bin/env echo "Branch master (at 48ea2d7130a5549f7d1c16351e829e057fef14c1) deployed as release 20230207192339 by jeffbalicki" >> /var/www/html/production/crlg-staging/revisions.log as tenzing_www@web-1
INFO [795038f4] Finished in 0.268 seconds with exit status 0 (successful).
INFO [48ba19f1] Running si crlg-staging as tenzing_www@web-1
INFO [48ba19f1] Finished in 1.984 seconds with exit status 0 (successful).
INFO ---------------------------------------------------------------------------
INFO START 2023-02-07 14:29:01 -0500 cap staging deploy
INFO ---------------------------------------------------------------------------
INFO [cb2243c9] Running /usr/bin/env mkdir -p /tmp as tenzing_www@web-1
INFO [cb2243c9] Finished in 1.314 seconds with exit status 0 (successful).
INFO Uploading /tmp/git-ssh-crlg-staging-staging-jeffbalicki.sh 100.0%
INFO [fced8eea] Running /usr/bin/env chmod 700 /tmp/git-ssh-crlg-staging-staging-jeffbalicki.sh as tenzing_www@web-1
INFO [fced8eea] Finished in 0.241 seconds with exit status 0 (successful).
INFO [37c5b708] Running /usr/bin/env git ls-remote git@git.gotenzing.com:jeffmbalicki/st_joseph.git HEAD as tenzing_www@web-1
INFO [37c5b708] Finished in 0.951 seconds with exit status 0 (successful).
INFO [56212a9d] Running /usr/bin/env mkdir -p /var/www/html/production/crlg-staging/shared /var/www/html/production/crlg-staging/releases as tenzing_www@web-1
INFO [56212a9d] Finished in 0.235 seconds with exit status 0 (successful).
INFO [4e59f6db] Running /usr/bin/env mkdir -p /var/www/html/production/crlg-staging/shared/wp-content/wflogs /var/www/html/production/crlg-staging/shared/wp-content/uploads /var/www/html/production/crlg-staging/shared/wp-content/storage /var/www/html/production/crlg-staging/shared/wp-content/languages /var/www/html/production/crlg-staging/shared/wp-content/cache /var/www/html/production/crlg-staging/shared/wp-content/wp-rocket-config as tenzing_www@web-1
INFO [4e59f6db] Finished in 0.236 seconds with exit status 0 (successful).
INFO [25fe67a0] Running /usr/bin/env mkdir -p /var/www/html/production/crlg-staging/shared as tenzing_www@web-1
INFO [25fe67a0] Finished in 0.239 seconds with exit status 0 (successful).
INFO The repository mirror is at /var/www/html/production/crlg-staging/repo
INFO [776140c1] Running /usr/bin/env git remote set-url origin git@git.gotenzing.com:jeffmbalicki/st_joseph.git as tenzing_www@web-1
INFO [776140c1] Finished in 0.256 seconds with exit status 0 (successful).
INFO [a01393d3] Running /usr/bin/env git remote update --prune as tenzing_www@web-1
INFO [a01393d3] Finished in 0.916 seconds with exit status 0 (successful).
INFO [f0a7c40b] Running /usr/bin/env git clone -b master --recursive . /var/www/html/production/crlg-staging/releases/20230207192905 as tenzing_www@web-1
INFO [f0a7c40b] Finished in 3.185 seconds with exit status 0 (successful).
INFO [4b2f0070] Running /usr/bin/env mkdir -p /var/www/html/production/crlg-staging/releases/20230207192905 as tenzing_www@web-1
INFO [4b2f0070] Finished in 0.230 seconds with exit status 0 (successful).
INFO [20244250] Running /usr/bin/env git archive master | /usr/bin/env tar -x -f - -C /var/www/html/production/crlg-staging/releases/20230207192905 as tenzing_www@web-1
INFO [20244250] Finished in 4.455 seconds with exit status 0 (successful).
INFO [86142bb7] Running /usr/bin/env echo "48ea2d7130a5549f7d1c16351e829e057fef14c1" >> REVISION as tenzing_www@web-1
INFO [86142bb7] Finished in 0.239 seconds with exit status 0 (successful).
INFO [e842d702] Running /usr/bin/env mkdir -p /var/www/html/production/crlg-staging/releases/20230207192905 as tenzing_www@web-1
INFO [e842d702] Finished in 0.215 seconds with exit status 0 (successful).
INFO [2b9249cb] Running /usr/bin/env ln -s /var/www/html/production/crlg-staging/shared/.env /var/www/html/production/crlg-staging/releases/20230207192905/.env as tenzing_www@web-1
INFO [2b9249cb] Finished in 0.269 seconds with exit status 0 (successful).
INFO [0b8f4d7e] Running /usr/bin/env mkdir -p /var/www/html/production/crlg-staging/releases/20230207192905/wp-content as tenzing_www@web-1
INFO [0b8f4d7e] Finished in 0.263 seconds with exit status 0 (successful).
INFO [57f673da] Running /usr/bin/env ln -s /var/www/html/production/crlg-staging/shared/wp-content/wflogs /var/www/html/production/crlg-staging/releases/20230207192905/wp-content/wflogs as tenzing_www@web-1
INFO [57f673da] Finished in 0.226 seconds with exit status 0 (successful).
INFO [9ace19cd] Running /usr/bin/env ln -s /var/www/html/production/crlg-staging/shared/wp-content/uploads /var/www/html/production/crlg-staging/releases/20230207192905/wp-content/uploads as tenzing_www@web-1
INFO [9ace19cd] Finished in 0.237 seconds with exit status 0 (successful).
INFO [5e9d0c76] Running /usr/bin/env ln -s /var/www/html/production/crlg-staging/shared/wp-content/storage /var/www/html/production/crlg-staging/releases/20230207192905/wp-content/storage as tenzing_www@web-1
INFO [5e9d0c76] Finished in 0.244 seconds with exit status 0 (successful).
INFO [cf1bef51] Running /usr/bin/env ln -s /var/www/html/production/crlg-staging/shared/wp-content/languages /var/www/html/production/crlg-staging/releases/20230207192905/wp-content/languages as tenzing_www@web-1
INFO [cf1bef51] Finished in 0.233 seconds with exit status 0 (successful).
INFO [67df12a4] Running /usr/bin/env ln -s /var/www/html/production/crlg-staging/shared/wp-content/cache /var/www/html/production/crlg-staging/releases/20230207192905/wp-content/cache as tenzing_www@web-1
INFO [67df12a4] Finished in 0.227 seconds with exit status 0 (successful).
INFO [f79f3b03] Running /usr/bin/env ln -s /var/www/html/production/crlg-staging/shared/wp-content/wp-rocket-config /var/www/html/production/crlg-staging/releases/20230207192905/wp-content/wp-rocket-config as tenzing_www@web-1
INFO [f79f3b03] Finished in 0.232 seconds with exit status 0 (successful).
INFO [f6b9f0f6] Running cd '/var/www/html/production/crlg-staging/releases/20230207192905'; /usr/bin/php73 /home/tenzing_www/composer.phar install --no-dev --prefer-dist --no-interaction --quiet --optimize-autoloader as tenzing_www@web-1
INFO [f6b9f0f6] Finished in 1.073 seconds with exit status 0 (successful).
INFO [90f29ce6] Running si crlg-staging as tenzing_www@web-1
INFO [90f29ce6] Finished in 5.870 seconds with exit status 0 (successful).
INFO [78dfe629] Running /usr/bin/env ln -s /var/www/html/production/crlg-staging/releases/20230207192905 /var/www/html/production/crlg-staging/releases/current as tenzing_www@web-1
INFO [78dfe629] Finished in 0.275 seconds with exit status 0 (successful).
INFO [b4b55535] Running /usr/bin/env mv /var/www/html/production/crlg-staging/releases/current /var/www/html/production/crlg-staging as tenzing_www@web-1
INFO [b4b55535] Finished in 0.233 seconds with exit status 0 (successful).
INFO Keeping 2 of 3 deployed releases on web-1
INFO [dbd98721] Running /usr/bin/env rm -rf /var/www/html/production/crlg-staging/releases/20230207191532 as tenzing_www@web-1
INFO [dbd98721] Finished in 0.921 seconds with exit status 0 (successful).
INFO [48468a27] Running cd '/var/www/html/production/crlg-staging/releases/20230207192905/'; rm -Rf .git/ as tenzing_www@web-1
INFO [48468a27] Finished in 0.236 seconds with exit status 0 (successful).
INFO [c0808ca8] Running /usr/bin/env echo "Branch master (at 48ea2d7130a5549f7d1c16351e829e057fef14c1) deployed as release 20230207192905 by jeffbalicki" >> /var/www/html/production/crlg-staging/revisions.log as tenzing_www@web-1
INFO [c0808ca8] Finished in 0.235 seconds with exit status 0 (successful).
INFO [31a1d96f] Running si crlg-staging as tenzing_www@web-1
INFO [31a1d96f] Finished in 2.446 seconds with exit status 0 (successful).
{
"_readme": [
"This file locks the dependencies of your project to a known state",
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
"This file is @generated automatically"
],
"content-hash": "2cb5701a8e3fe3ffc7f40b70e1c1ff85",
"packages": [],
"packages-dev": [],
"aliases": [],
"minimum-stability": "stable",
"stability-flags": [],
"prefer-stable": false,
"prefer-lowest": false,
"platform": [],
"platform-dev": [],
"plugin-api-version": "2.3.0"
}