bsr
Signed-off-by: Jeff <jeff@gotenzing.com>
Showing
60 changed files
with
510 additions
and
2 deletions
| 1 | php_value upload_max_filesize 10000M | ||
| 2 | php_value post_max_size 10000M | ||
| 3 | php_value max_execution_time 300 | ||
| 4 | php_value max_input_time 300 | ||
| 1 | 5 | ||
| 2 | # BEGIN WordPress | 6 | # BEGIN WordPress |
| 3 | # The directives (lines) between "BEGIN WordPress" and "END WordPress" are | 7 | # The directives (lines) between "BEGIN WordPress" and "END WordPress" are | ... | ... |
| ... | @@ -52,6 +52,16 @@ end | ... | @@ -52,6 +52,16 @@ end |
| 52 | 52 | ||
| 53 | 53 | ||
| 54 | 54 | ||
| 55 | namespace :deploy do | ||
| 56 | desc 'Install composer packages in root' | ||
| 57 | task :install_packages do | ||
| 58 | on roles(:web), in: :sequence, wait: 5 do | ||
| 59 | execute "cd '#{release_path}'; /usr/bin/php73 /home/tenzing_www/composer.phar install --no-dev --prefer-dist --no-interaction --quiet --optimize-autoloader" | ||
| 60 | end | ||
| 61 | end | ||
| 62 | end | ||
| 63 | |||
| 64 | |||
| 55 | # Override `git#create_release` to handle submodules | 65 | # Override `git#create_release` to handle submodules |
| 56 | namespace :git do | 66 | namespace :git do |
| 57 | desc 'Copy repo to releases' | 67 | desc 'Copy repo to releases' |
| ... | @@ -117,7 +127,7 @@ end | ... | @@ -117,7 +127,7 @@ end |
| 117 | # Note that you need to have WP-CLI installed on your server | 127 | # Note that you need to have WP-CLI installed on your server |
| 118 | # Uncomment the following line to run it on deploys if needed | 128 | # Uncomment the following line to run it on deploys if needed |
| 119 | # after 'deploy:publishing', 'deploy:update_option_paths' | 129 | # after 'deploy:publishing', 'deploy:update_option_paths' |
| 120 | 130 | after 'deploy:updated', 'deploy:install_packages' | |
| 121 | after 'deploy:updated', 'deploy:sync' | 131 | after 'deploy:updated', 'deploy:sync' |
| 122 | #after 'deploy:updated', 'deploy:set_permissions' | 132 | #after 'deploy:updated', 'deploy:set_permissions' |
| 123 | after 'deploy:finished', 'deploy:sync_again' | 133 | after 'deploy:finished', 'deploy:sync_again' | ... | ... |
log/capistrano.log
0 → 100644
| 1 | # Logfile created on 2023-02-07 13:02:28 -0500 by logger.rb/v1.5.0 | ||
| 2 | INFO --------------------------------------------------------------------------- | ||
| 3 | INFO START 2023-02-07 13:02:28 -0500 cap staging deploy | ||
| 4 | INFO --------------------------------------------------------------------------- | ||
| 5 | INFO [090ba25a] Running /usr/bin/env mkdir -p /tmp as tenzing_www@web-1 | ||
| 6 | INFO [090ba25a] Finished in 1.618 seconds with exit status 0 (successful). | ||
| 7 | INFO Uploading /tmp/git-ssh-crlg-staging-staging-jeffbalicki.sh 100.0% | ||
| 8 | INFO [f2a1205f] Running /usr/bin/env chmod 700 /tmp/git-ssh-crlg-staging-staging-jeffbalicki.sh as tenzing_www@web-1 | ||
| 9 | INFO [f2a1205f] Finished in 0.258 seconds with exit status 0 (successful). | ||
| 10 | INFO [34f946ff] Running /usr/bin/env git ls-remote git@git.gotenzing.com:jeffmbalicki/st_joseph.git HEAD as tenzing_www@web-1 | ||
| 11 | INFO [34f946ff] Finished in 0.999 seconds with exit status 0 (successful). | ||
| 12 | 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 | ||
| 13 | INFO [0ff06cb3] Finished in 0.269 seconds with exit status 0 (successful). | ||
| 14 | 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 | ||
| 15 | INFO [d82af5ed] Finished in 0.278 seconds with exit status 0 (successful). | ||
| 16 | INFO [7aa3120c] Running /usr/bin/env mkdir -p /var/www/html/production/crlg-staging/shared as tenzing_www@web-1 | ||
| 17 | INFO [7aa3120c] Finished in 0.262 seconds with exit status 0 (successful). | ||
| 18 | ERROR linked file /var/www/html/production/crlg-staging/shared/.env does not exist on web-1 | ||
| 19 | INFO --------------------------------------------------------------------------- | ||
| 20 | INFO START 2023-02-07 13:03:05 -0500 cap staging deploy | ||
| 21 | INFO --------------------------------------------------------------------------- | ||
| 22 | INFO [6f10f80c] Running /usr/bin/env mkdir -p /tmp as tenzing_www@web-1 | ||
| 23 | INFO [6f10f80c] Finished in 1.403 seconds with exit status 0 (successful). | ||
| 24 | INFO Uploading /tmp/git-ssh-crlg-staging-staging-jeffbalicki.sh 100.0% | ||
| 25 | INFO [8f35a6e0] Running /usr/bin/env chmod 700 /tmp/git-ssh-crlg-staging-staging-jeffbalicki.sh as tenzing_www@web-1 | ||
| 26 | INFO [8f35a6e0] Finished in 0.269 seconds with exit status 0 (successful). | ||
| 27 | INFO [c825a843] Running /usr/bin/env git ls-remote git@git.gotenzing.com:jeffmbalicki/st_joseph.git HEAD as tenzing_www@web-1 | ||
| 28 | INFO [c825a843] Finished in 1.045 seconds with exit status 0 (successful). | ||
| 29 | 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 | ||
| 30 | INFO [e7feea27] Finished in 0.285 seconds with exit status 0 (successful). | ||
| 31 | 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 | ||
| 32 | INFO [b0b34ff9] Finished in 0.271 seconds with exit status 0 (successful). | ||
| 33 | INFO [5457448b] Running /usr/bin/env mkdir -p /var/www/html/production/crlg-staging/shared as tenzing_www@web-1 | ||
| 34 | INFO [5457448b] Finished in 0.269 seconds with exit status 0 (successful). | ||
| 35 | 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 | ||
| 36 | INFO [0f17ee24] Finished in 10.129 seconds with exit status 0 (successful). | ||
| 37 | INFO [24897970] Running /usr/bin/env git remote set-url origin git@git.gotenzing.com:jeffmbalicki/st_joseph.git as tenzing_www@web-1 | ||
| 38 | INFO [24897970] Finished in 0.263 seconds with exit status 0 (successful). | ||
| 39 | INFO [fa4d0559] Running /usr/bin/env git remote update --prune as tenzing_www@web-1 | ||
| 40 | INFO [fa4d0559] Finished in 0.969 seconds with exit status 0 (successful). | ||
| 41 | INFO [803b24f1] Running /usr/bin/env git clone -b master --recursive . /var/www/html/production/crlg-staging/releases/20230207180309 as tenzing_www@web-1 | ||
| 42 | INFO [803b24f1] Finished in 3.905 seconds with exit status 0 (successful). | ||
| 43 | INFO [7c487d8d] Running /usr/bin/env mkdir -p /var/www/html/production/crlg-staging/releases/20230207180309 as tenzing_www@web-1 | ||
| 44 | INFO [7c487d8d] Finished in 0.276 seconds with exit status 0 (successful). | ||
| 45 | 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 | ||
| 46 | INFO [b8a4719f] Finished in 5.317 seconds with exit status 0 (successful). | ||
| 47 | INFO [e037e6e5] Running /usr/bin/env echo "205fdf40c0c04f3d1b76f559ec0d7bf7165de0de" >> REVISION as tenzing_www@web-1 | ||
| 48 | INFO [e037e6e5] Finished in 0.270 seconds with exit status 0 (successful). | ||
| 49 | INFO [32ee1227] Running /usr/bin/env mkdir -p /var/www/html/production/crlg-staging/releases/20230207180309 as tenzing_www@web-1 | ||
| 50 | INFO [32ee1227] Finished in 0.259 seconds with exit status 0 (successful). | ||
| 51 | 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 | ||
| 52 | INFO [0a56cb74] Finished in 0.284 seconds with exit status 0 (successful). | ||
| 53 | INFO [9f7363b2] Running /usr/bin/env mkdir -p /var/www/html/production/crlg-staging/releases/20230207180309/wp-content as tenzing_www@web-1 | ||
| 54 | INFO [9f7363b2] Finished in 0.273 seconds with exit status 0 (successful). | ||
| 55 | 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 | ||
| 56 | INFO [97632889] Finished in 0.271 seconds with exit status 0 (successful). | ||
| 57 | 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 | ||
| 58 | INFO [e3573d6d] Finished in 0.277 seconds with exit status 0 (successful). | ||
| 59 | 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 | ||
| 60 | INFO [a7f46cc4] Finished in 0.275 seconds with exit status 0 (successful). | ||
| 61 | 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 | ||
| 62 | INFO [8111cfd5] Finished in 0.275 seconds with exit status 0 (successful). | ||
| 63 | 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 | ||
| 64 | INFO [6f334e7a] Finished in 0.264 seconds with exit status 0 (successful). | ||
| 65 | 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 | ||
| 66 | INFO [f96af5c0] Finished in 0.293 seconds with exit status 0 (successful). | ||
| 67 | 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 | ||
| 68 | INFO --------------------------------------------------------------------------- | ||
| 69 | INFO START 2023-02-07 13:05:35 -0500 cap staging deploy | ||
| 70 | INFO --------------------------------------------------------------------------- | ||
| 71 | INFO [a355ba08] Running /usr/bin/env mkdir -p /tmp as tenzing_www@web-1 | ||
| 72 | INFO [a355ba08] Finished in 1.465 seconds with exit status 0 (successful). | ||
| 73 | INFO Uploading /tmp/git-ssh-crlg-staging-staging-jeffbalicki.sh 100.0% | ||
| 74 | INFO [1673afec] Running /usr/bin/env chmod 700 /tmp/git-ssh-crlg-staging-staging-jeffbalicki.sh as tenzing_www@web-1 | ||
| 75 | INFO [1673afec] Finished in 0.279 seconds with exit status 0 (successful). | ||
| 76 | INFO [4694ffb2] Running /usr/bin/env git ls-remote git@git.gotenzing.com:jeffmbalicki/st_joseph.git HEAD as tenzing_www@web-1 | ||
| 77 | INFO [4694ffb2] Finished in 0.979 seconds with exit status 0 (successful). | ||
| 78 | 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 | ||
| 79 | INFO [9a366b04] Finished in 0.278 seconds with exit status 0 (successful). | ||
| 80 | 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 | ||
| 81 | INFO [d73187b2] Finished in 0.267 seconds with exit status 0 (successful). | ||
| 82 | INFO [5e8d3582] Running /usr/bin/env mkdir -p /var/www/html/production/crlg-staging/shared as tenzing_www@web-1 | ||
| 83 | INFO [5e8d3582] Finished in 0.266 seconds with exit status 0 (successful). | ||
| 84 | INFO The repository mirror is at /var/www/html/production/crlg-staging/repo | ||
| 85 | INFO [fec61807] Running /usr/bin/env git remote set-url origin git@git.gotenzing.com:jeffmbalicki/st_joseph.git as tenzing_www@web-1 | ||
| 86 | INFO [fec61807] Finished in 0.260 seconds with exit status 0 (successful). | ||
| 87 | INFO [b2298af6] Running /usr/bin/env git remote update --prune as tenzing_www@web-1 | ||
| 88 | INFO [b2298af6] Finished in 0.979 seconds with exit status 0 (successful). | ||
| 89 | INFO [10f25a49] Running /usr/bin/env git clone -b master --recursive . /var/www/html/production/crlg-staging/releases/20230207180540 as tenzing_www@web-1 | ||
| 90 | INFO [10f25a49] Finished in 3.475 seconds with exit status 0 (successful). | ||
| 91 | INFO [00a97ec9] Running /usr/bin/env mkdir -p /var/www/html/production/crlg-staging/releases/20230207180540 as tenzing_www@web-1 | ||
| 92 | INFO [00a97ec9] Finished in 0.283 seconds with exit status 0 (successful). | ||
| 93 | 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 | ||
| 94 | INFO [a2bd41a4] Finished in 5.409 seconds with exit status 0 (successful). | ||
| 95 | INFO [aaff2dc2] Running /usr/bin/env echo "205fdf40c0c04f3d1b76f559ec0d7bf7165de0de" >> REVISION as tenzing_www@web-1 | ||
| 96 | INFO [aaff2dc2] Finished in 0.292 seconds with exit status 0 (successful). | ||
| 97 | INFO [9e5d2016] Running /usr/bin/env mkdir -p /var/www/html/production/crlg-staging/releases/20230207180540 as tenzing_www@web-1 | ||
| 98 | INFO [9e5d2016] Finished in 0.283 seconds with exit status 0 (successful). | ||
| 99 | 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 | ||
| 100 | INFO [d3c98971] Finished in 0.270 seconds with exit status 0 (successful). | ||
| 101 | INFO [da49a83d] Running /usr/bin/env mkdir -p /var/www/html/production/crlg-staging/releases/20230207180540/wp-content as tenzing_www@web-1 | ||
| 102 | INFO [da49a83d] Finished in 0.259 seconds with exit status 0 (successful). | ||
| 103 | 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 | ||
| 104 | INFO [b36083af] Finished in 0.270 seconds with exit status 0 (successful). | ||
| 105 | 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 | ||
| 106 | INFO [bebd5dea] Finished in 0.270 seconds with exit status 0 (successful). | ||
| 107 | 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 | ||
| 108 | INFO [57a63d39] Finished in 0.270 seconds with exit status 0 (successful). | ||
| 109 | 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 | ||
| 110 | INFO [8f50327b] Finished in 0.264 seconds with exit status 0 (successful). | ||
| 111 | 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 | ||
| 112 | INFO [e0d3fcd9] Finished in 0.270 seconds with exit status 0 (successful). | ||
| 113 | 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 | ||
| 114 | INFO [0b46dd66] Finished in 0.272 seconds with exit status 0 (successful). | ||
| 115 | 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 | ||
| 116 | INFO --------------------------------------------------------------------------- | ||
| 117 | INFO START 2023-02-07 13:07:05 -0500 cap staging deploy | ||
| 118 | INFO --------------------------------------------------------------------------- | ||
| 119 | INFO [3f95a243] Running /usr/bin/env mkdir -p /tmp as tenzing_www@web-1 | ||
| 120 | INFO [3f95a243] Finished in 1.614 seconds with exit status 0 (successful). | ||
| 121 | INFO Uploading /tmp/git-ssh-crlg-staging-staging-jeffbalicki.sh 100.0% | ||
| 122 | INFO [fe511979] Running /usr/bin/env chmod 700 /tmp/git-ssh-crlg-staging-staging-jeffbalicki.sh as tenzing_www@web-1 | ||
| 123 | INFO [fe511979] Finished in 0.265 seconds with exit status 0 (successful). | ||
| 124 | INFO [90645196] Running /usr/bin/env git ls-remote git@git.gotenzing.com:jeffmbalicki/st_joseph.git HEAD as tenzing_www@web-1 | ||
| 125 | INFO [90645196] Finished in 1.004 seconds with exit status 0 (successful). | ||
| 126 | 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 | ||
| 127 | INFO [92f5dc9a] Finished in 0.256 seconds with exit status 0 (successful). | ||
| 128 | 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 | ||
| 129 | INFO [5194c032] Finished in 0.274 seconds with exit status 0 (successful). | ||
| 130 | INFO [f97246c9] Running /usr/bin/env mkdir -p /var/www/html/production/crlg-staging/shared as tenzing_www@web-1 | ||
| 131 | INFO [f97246c9] Finished in 0.287 seconds with exit status 0 (successful). | ||
| 132 | INFO The repository mirror is at /var/www/html/production/crlg-staging/repo | ||
| 133 | INFO [9a7b9d34] Running /usr/bin/env git remote set-url origin git@git.gotenzing.com:jeffmbalicki/st_joseph.git as tenzing_www@web-1 | ||
| 134 | INFO [9a7b9d34] Finished in 0.290 seconds with exit status 0 (successful). | ||
| 135 | INFO [ba350ebd] Running /usr/bin/env git remote update --prune as tenzing_www@web-1 | ||
| 136 | INFO [ba350ebd] Finished in 1.073 seconds with exit status 0 (successful). | ||
| 137 | INFO [b506195a] Running /usr/bin/env git clone -b master --recursive . /var/www/html/production/crlg-staging/releases/20230207180710 as tenzing_www@web-1 | ||
| 138 | INFO [b506195a] Finished in 4.148 seconds with exit status 0 (successful). | ||
| 139 | INFO [097f1af7] Running /usr/bin/env mkdir -p /var/www/html/production/crlg-staging/releases/20230207180710 as tenzing_www@web-1 | ||
| 140 | INFO [097f1af7] Finished in 0.263 seconds with exit status 0 (successful). | ||
| 141 | 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 | ||
| 142 | INFO [3c89eace] Finished in 4.065 seconds with exit status 0 (successful). | ||
| 143 | INFO [dd12fca0] Running /usr/bin/env echo "205fdf40c0c04f3d1b76f559ec0d7bf7165de0de" >> REVISION as tenzing_www@web-1 | ||
| 144 | INFO [dd12fca0] Finished in 0.261 seconds with exit status 0 (successful). | ||
| 145 | INFO [e3bfab78] Running /usr/bin/env mkdir -p /var/www/html/production/crlg-staging/releases/20230207180710 as tenzing_www@web-1 | ||
| 146 | INFO [e3bfab78] Finished in 0.272 seconds with exit status 0 (successful). | ||
| 147 | 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 | ||
| 148 | INFO [123c19f1] Finished in 0.267 seconds with exit status 0 (successful). | ||
| 149 | INFO [031fb839] Running /usr/bin/env mkdir -p /var/www/html/production/crlg-staging/releases/20230207180710/wp-content as tenzing_www@web-1 | ||
| 150 | INFO [031fb839] Finished in 0.266 seconds with exit status 0 (successful). | ||
| 151 | 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 | ||
| 152 | INFO [005f60d9] Finished in 0.267 seconds with exit status 0 (successful). | ||
| 153 | 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 | ||
| 154 | INFO [26ccaeaf] Finished in 0.265 seconds with exit status 0 (successful). | ||
| 155 | 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 | ||
| 156 | INFO [6c0cfcde] Finished in 0.273 seconds with exit status 0 (successful). | ||
| 157 | 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 | ||
| 158 | INFO [1cf2575b] Finished in 0.276 seconds with exit status 0 (successful). | ||
| 159 | 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 | ||
| 160 | INFO [0c1bf8b2] Finished in 0.283 seconds with exit status 0 (successful). | ||
| 161 | 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 | ||
| 162 | INFO [c6418880] Finished in 0.262 seconds with exit status 0 (successful). | ||
| 163 | INFO [41961925] Running si crlg-staging as tenzing_www@web-1 | ||
| 164 | INFO [41961925] Finished in 21.355 seconds with exit status 0 (successful). | ||
| 165 | 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 | ||
| 166 | INFO --------------------------------------------------------------------------- | ||
| 167 | INFO START 2023-02-07 13:09:10 -0500 cap staging deploy | ||
| 168 | INFO --------------------------------------------------------------------------- | ||
| 169 | INFO [c7fb6bc6] Running /usr/bin/env mkdir -p /tmp as tenzing_www@web-1 | ||
| 170 | INFO [c7fb6bc6] Finished in 1.264 seconds with exit status 0 (successful). | ||
| 171 | INFO Uploading /tmp/git-ssh-crlg-staging-staging-jeffbalicki.sh 100.0% | ||
| 172 | INFO [eb39458d] Running /usr/bin/env chmod 700 /tmp/git-ssh-crlg-staging-staging-jeffbalicki.sh as tenzing_www@web-1 | ||
| 173 | INFO [eb39458d] Finished in 0.237 seconds with exit status 0 (successful). | ||
| 174 | INFO [d135128d] Running /usr/bin/env git ls-remote git@git.gotenzing.com:jeffmbalicki/st_joseph.git HEAD as tenzing_www@web-1 | ||
| 175 | INFO [d135128d] Finished in 0.968 seconds with exit status 0 (successful). | ||
| 176 | 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 | ||
| 177 | INFO [3bf50b38] Finished in 0.226 seconds with exit status 0 (successful). | ||
| 178 | 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 | ||
| 179 | INFO [6c0f187d] Finished in 0.224 seconds with exit status 0 (successful). | ||
| 180 | INFO [a04f5edf] Running /usr/bin/env mkdir -p /var/www/html/production/crlg-staging/shared as tenzing_www@web-1 | ||
| 181 | INFO [a04f5edf] Finished in 0.235 seconds with exit status 0 (successful). | ||
| 182 | INFO The repository mirror is at /var/www/html/production/crlg-staging/repo | ||
| 183 | INFO [85ddcbc1] Running /usr/bin/env git remote set-url origin git@git.gotenzing.com:jeffmbalicki/st_joseph.git as tenzing_www@web-1 | ||
| 184 | INFO [85ddcbc1] Finished in 0.233 seconds with exit status 0 (successful). | ||
| 185 | INFO [0dc4dc1b] Running /usr/bin/env git remote update --prune as tenzing_www@web-1 | ||
| 186 | INFO [0dc4dc1b] Finished in 0.890 seconds with exit status 0 (successful). | ||
| 187 | INFO [71820fa0] Running /usr/bin/env git clone -b master --recursive . /var/www/html/production/crlg-staging/releases/20230207180915 as tenzing_www@web-1 | ||
| 188 | INFO [71820fa0] Finished in 3.308 seconds with exit status 0 (successful). | ||
| 189 | INFO [cab7984e] Running /usr/bin/env mkdir -p /var/www/html/production/crlg-staging/releases/20230207180915 as tenzing_www@web-1 | ||
| 190 | INFO [cab7984e] Finished in 0.244 seconds with exit status 0 (successful). | ||
| 191 | 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 | ||
| 192 | INFO [c4077c9a] Finished in 4.559 seconds with exit status 0 (successful). | ||
| 193 | INFO [945263a8] Running /usr/bin/env echo "205fdf40c0c04f3d1b76f559ec0d7bf7165de0de" >> REVISION as tenzing_www@web-1 | ||
| 194 | INFO [945263a8] Finished in 0.235 seconds with exit status 0 (successful). | ||
| 195 | INFO [f305046d] Running /usr/bin/env mkdir -p /var/www/html/production/crlg-staging/releases/20230207180915 as tenzing_www@web-1 | ||
| 196 | INFO [f305046d] Finished in 0.235 seconds with exit status 0 (successful). | ||
| 197 | 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 | ||
| 198 | INFO [e9b26ed1] Finished in 0.228 seconds with exit status 0 (successful). | ||
| 199 | INFO [54e282b9] Running /usr/bin/env mkdir -p /var/www/html/production/crlg-staging/releases/20230207180915/wp-content as tenzing_www@web-1 | ||
| 200 | INFO [54e282b9] Finished in 0.246 seconds with exit status 0 (successful). | ||
| 201 | 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 | ||
| 202 | INFO [11fbec62] Finished in 0.229 seconds with exit status 0 (successful). | ||
| 203 | 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 | ||
| 204 | INFO [636ff887] Finished in 0.235 seconds with exit status 0 (successful). | ||
| 205 | 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 | ||
| 206 | INFO [5e2cf0d3] Finished in 0.237 seconds with exit status 0 (successful). | ||
| 207 | 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 | ||
| 208 | INFO [3074cb80] Finished in 0.237 seconds with exit status 0 (successful). | ||
| 209 | 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 | ||
| 210 | INFO [421aad7a] Finished in 0.237 seconds with exit status 0 (successful). | ||
| 211 | 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 | ||
| 212 | INFO [a58a8fb7] Finished in 0.239 seconds with exit status 0 (successful). | ||
| 213 | INFO [87d733f8] Running si crlg-staging as tenzing_www@web-1 | ||
| 214 | INFO [87d733f8] Finished in 5.751 seconds with exit status 0 (successful). | ||
| 215 | 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 | ||
| 216 | INFO [0882787b] Finished in 0.447 seconds with exit status 0 (successful). | ||
| 217 | 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 | ||
| 218 | INFO [c2e604e3] Finished in 0.228 seconds with exit status 0 (successful). | ||
| 219 | INFO Keeping 2 of 4 deployed releases on web-1 | ||
| 220 | 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 | ||
| 221 | INFO [81b38397] Finished in 1.568 seconds with exit status 0 (successful). | ||
| 222 | INFO [9f4c8ae7] Running cd '/var/www/html/production/crlg-staging/releases/20230207180915/'; rm -Rf .git/ as tenzing_www@web-1 | ||
| 223 | INFO [9f4c8ae7] Finished in 0.477 seconds with exit status 0 (successful). | ||
| 224 | 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 | ||
| 225 | INFO [0c6eeb0d] Finished in 0.229 seconds with exit status 0 (successful). | ||
| 226 | INFO [467662cc] Running si crlg-staging as tenzing_www@web-1 | ||
| 227 | INFO [467662cc] Finished in 2.733 seconds with exit status 0 (successful). | ||
| 228 | INFO --------------------------------------------------------------------------- | ||
| 229 | INFO START 2023-02-07 14:12:17 -0500 cap staging deploy | ||
| 230 | INFO --------------------------------------------------------------------------- | ||
| 231 | INFO [8f67d25c] Running /usr/bin/env mkdir -p /tmp as tenzing_www@web-1 | ||
| 232 | INFO [8f67d25c] Finished in 1.636 seconds with exit status 0 (successful). | ||
| 233 | INFO Uploading /tmp/git-ssh-crlg-staging-staging-jeffbalicki.sh 100.0% | ||
| 234 | INFO [3c9277bb] Running /usr/bin/env chmod 700 /tmp/git-ssh-crlg-staging-staging-jeffbalicki.sh as tenzing_www@web-1 | ||
| 235 | INFO [3c9277bb] Finished in 0.269 seconds with exit status 0 (successful). | ||
| 236 | INFO [59882f97] Running /usr/bin/env git ls-remote git@git.gotenzing.com:jeffmbalicki/st_joseph.git HEAD as tenzing_www@web-1 | ||
| 237 | INFO [59882f97] Finished in 1.022 seconds with exit status 0 (successful). | ||
| 238 | 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 | ||
| 239 | INFO [222994a0] Finished in 0.282 seconds with exit status 0 (successful). | ||
| 240 | 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 | ||
| 241 | INFO [d3808a6e] Finished in 0.302 seconds with exit status 0 (successful). | ||
| 242 | INFO [e08be82f] Running /usr/bin/env mkdir -p /var/www/html/production/crlg-staging/shared as tenzing_www@web-1 | ||
| 243 | INFO [e08be82f] Finished in 0.279 seconds with exit status 0 (successful). | ||
| 244 | INFO The repository mirror is at /var/www/html/production/crlg-staging/repo | ||
| 245 | INFO [92e8a345] Running /usr/bin/env git remote set-url origin git@git.gotenzing.com:jeffmbalicki/st_joseph.git as tenzing_www@web-1 | ||
| 246 | INFO [92e8a345] Finished in 0.261 seconds with exit status 0 (successful). | ||
| 247 | INFO [97283487] Running /usr/bin/env git remote update --prune as tenzing_www@web-1 | ||
| 248 | INFO [97283487] Finished in 1.263 seconds with exit status 0 (successful). | ||
| 249 | INFO [837841c6] Running /usr/bin/env git clone -b master --recursive . /var/www/html/production/crlg-staging/releases/20230207191222 as tenzing_www@web-1 | ||
| 250 | INFO [837841c6] Finished in 3.147 seconds with exit status 0 (successful). | ||
| 251 | INFO [c37b06ca] Running /usr/bin/env mkdir -p /var/www/html/production/crlg-staging/releases/20230207191222 as tenzing_www@web-1 | ||
| 252 | INFO [c37b06ca] Finished in 0.269 seconds with exit status 0 (successful). | ||
| 253 | 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 | ||
| 254 | INFO [be357749] Finished in 4.318 seconds with exit status 0 (successful). | ||
| 255 | INFO [2042b1ff] Running /usr/bin/env echo "73b5b0ee34a98cea989815c67ae3f3210fd24069" >> REVISION as tenzing_www@web-1 | ||
| 256 | INFO [2042b1ff] Finished in 0.271 seconds with exit status 0 (successful). | ||
| 257 | INFO [dd5be9ac] Running /usr/bin/env mkdir -p /var/www/html/production/crlg-staging/releases/20230207191222 as tenzing_www@web-1 | ||
| 258 | INFO [dd5be9ac] Finished in 0.263 seconds with exit status 0 (successful). | ||
| 259 | 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 | ||
| 260 | INFO [bc5c6124] Finished in 0.275 seconds with exit status 0 (successful). | ||
| 261 | INFO [20819f55] Running /usr/bin/env mkdir -p /var/www/html/production/crlg-staging/releases/20230207191222/wp-content as tenzing_www@web-1 | ||
| 262 | INFO [20819f55] Finished in 0.296 seconds with exit status 0 (successful). | ||
| 263 | 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 | ||
| 264 | INFO [020b1eae] Finished in 0.240 seconds with exit status 0 (successful). | ||
| 265 | 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 | ||
| 266 | INFO [c6c39e45] Finished in 0.259 seconds with exit status 0 (successful). | ||
| 267 | 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 | ||
| 268 | INFO [e983dee7] Finished in 0.261 seconds with exit status 0 (successful). | ||
| 269 | 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 | ||
| 270 | INFO [c9f872cb] Finished in 0.250 seconds with exit status 0 (successful). | ||
| 271 | 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 | ||
| 272 | INFO [7f4e1afc] Finished in 0.256 seconds with exit status 0 (successful). | ||
| 273 | 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 | ||
| 274 | INFO [7ce26630] Finished in 0.447 seconds with exit status 0 (successful). | ||
| 275 | INFO [4d657462] Running si crlg-staging as tenzing_www@web-1 | ||
| 276 | INFO [4d657462] Finished in 6.725 seconds with exit status 0 (successful). | ||
| 277 | 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 | ||
| 278 | INFO [e4c4cac7] Finished in 0.263 seconds with exit status 0 (successful). | ||
| 279 | 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 | ||
| 280 | INFO [92748e1c] Finished in 0.260 seconds with exit status 0 (successful). | ||
| 281 | INFO Keeping 2 of 3 deployed releases on web-1 | ||
| 282 | INFO [8a486576] Running /usr/bin/env rm -rf /var/www/html/production/crlg-staging/releases/20230207180710 as tenzing_www@web-1 | ||
| 283 | INFO [8a486576] Finished in 0.857 seconds with exit status 0 (successful). | ||
| 284 | INFO [25b4a2f1] Running cd '/var/www/html/production/crlg-staging/releases/20230207191222/'; rm -Rf .git/ as tenzing_www@web-1 | ||
| 285 | INFO [25b4a2f1] Finished in 0.244 seconds with exit status 0 (successful). | ||
| 286 | 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 | ||
| 287 | INFO [8f07da90] Finished in 0.269 seconds with exit status 0 (successful). | ||
| 288 | INFO [66afba35] Running si crlg-staging as tenzing_www@web-1 | ||
| 289 | INFO [66afba35] Finished in 2.074 seconds with exit status 0 (successful). | ||
| 290 | INFO --------------------------------------------------------------------------- | ||
| 291 | INFO START 2023-02-07 14:15:28 -0500 cap staging deploy | ||
| 292 | INFO --------------------------------------------------------------------------- | ||
| 293 | INFO [7c3efd97] Running /usr/bin/env mkdir -p /tmp as tenzing_www@web-1 | ||
| 294 | INFO [7c3efd97] Finished in 1.388 seconds with exit status 0 (successful). | ||
| 295 | INFO Uploading /tmp/git-ssh-crlg-staging-staging-jeffbalicki.sh 100.0% | ||
| 296 | INFO [b67cc7b9] Running /usr/bin/env chmod 700 /tmp/git-ssh-crlg-staging-staging-jeffbalicki.sh as tenzing_www@web-1 | ||
| 297 | INFO [b67cc7b9] Finished in 0.330 seconds with exit status 0 (successful). | ||
| 298 | INFO [8b2df258] Running /usr/bin/env git ls-remote git@git.gotenzing.com:jeffmbalicki/st_joseph.git HEAD as tenzing_www@web-1 | ||
| 299 | INFO [8b2df258] Finished in 1.023 seconds with exit status 0 (successful). | ||
| 300 | 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 | ||
| 301 | INFO [df726eda] Finished in 0.277 seconds with exit status 0 (successful). | ||
| 302 | 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 | ||
| 303 | INFO [459d41ba] Finished in 0.274 seconds with exit status 0 (successful). | ||
| 304 | INFO [352cc63d] Running /usr/bin/env mkdir -p /var/www/html/production/crlg-staging/shared as tenzing_www@web-1 | ||
| 305 | INFO [352cc63d] Finished in 0.257 seconds with exit status 0 (successful). | ||
| 306 | INFO The repository mirror is at /var/www/html/production/crlg-staging/repo | ||
| 307 | INFO [0c2e9bd6] Running /usr/bin/env git remote set-url origin git@git.gotenzing.com:jeffmbalicki/st_joseph.git as tenzing_www@web-1 | ||
| 308 | INFO [0c2e9bd6] Finished in 0.267 seconds with exit status 0 (successful). | ||
| 309 | INFO [93e35e65] Running /usr/bin/env git remote update --prune as tenzing_www@web-1 | ||
| 310 | INFO [93e35e65] Finished in 0.988 seconds with exit status 0 (successful). | ||
| 311 | INFO [b82d758d] Running /usr/bin/env git clone -b master --recursive . /var/www/html/production/crlg-staging/releases/20230207191532 as tenzing_www@web-1 | ||
| 312 | INFO [b82d758d] Finished in 2.722 seconds with exit status 0 (successful). | ||
| 313 | INFO [29881e64] Running /usr/bin/env mkdir -p /var/www/html/production/crlg-staging/releases/20230207191532 as tenzing_www@web-1 | ||
| 314 | INFO [29881e64] Finished in 0.269 seconds with exit status 0 (successful). | ||
| 315 | 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 | ||
| 316 | INFO [d87849b0] Finished in 3.218 seconds with exit status 0 (successful). | ||
| 317 | INFO [9b327a87] Running /usr/bin/env echo "48ea2d7130a5549f7d1c16351e829e057fef14c1" >> REVISION as tenzing_www@web-1 | ||
| 318 | INFO [9b327a87] Finished in 0.259 seconds with exit status 0 (successful). | ||
| 319 | INFO [637d0e94] Running /usr/bin/env mkdir -p /var/www/html/production/crlg-staging/releases/20230207191532 as tenzing_www@web-1 | ||
| 320 | INFO [637d0e94] Finished in 0.259 seconds with exit status 0 (successful). | ||
| 321 | 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 | ||
| 322 | INFO [9252cf4b] Finished in 0.269 seconds with exit status 0 (successful). | ||
| 323 | INFO [716dd0df] Running /usr/bin/env mkdir -p /var/www/html/production/crlg-staging/releases/20230207191532/wp-content as tenzing_www@web-1 | ||
| 324 | INFO [716dd0df] Finished in 0.267 seconds with exit status 0 (successful). | ||
| 325 | 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 | ||
| 326 | INFO [85cf1a96] Finished in 0.266 seconds with exit status 0 (successful). | ||
| 327 | 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 | ||
| 328 | INFO [3739fe60] Finished in 0.277 seconds with exit status 0 (successful). | ||
| 329 | 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 | ||
| 330 | INFO [e35ae987] Finished in 0.267 seconds with exit status 0 (successful). | ||
| 331 | 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 | ||
| 332 | INFO [16eb39a9] Finished in 0.273 seconds with exit status 0 (successful). | ||
| 333 | 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 | ||
| 334 | INFO [e55d90fd] Finished in 0.280 seconds with exit status 0 (successful). | ||
| 335 | 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 | ||
| 336 | INFO [49bf4c89] Finished in 0.273 seconds with exit status 0 (successful). | ||
| 337 | INFO [78e5334e] Running si crlg-staging as tenzing_www@web-1 | ||
| 338 | INFO [78e5334e] Finished in 5.528 seconds with exit status 0 (successful). | ||
| 339 | 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 | ||
| 340 | INFO [e2babbb6] Finished in 0.428 seconds with exit status 0 (successful). | ||
| 341 | 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 | ||
| 342 | INFO [0852d1e9] Finished in 0.262 seconds with exit status 0 (successful). | ||
| 343 | INFO Keeping 2 of 3 deployed releases on web-1 | ||
| 344 | INFO [45811758] Running /usr/bin/env rm -rf /var/www/html/production/crlg-staging/releases/20230207180915 as tenzing_www@web-1 | ||
| 345 | INFO [45811758] Finished in 1.020 seconds with exit status 0 (successful). | ||
| 346 | INFO [d50de3de] Running cd '/var/www/html/production/crlg-staging/releases/20230207191532/'; rm -Rf .git/ as tenzing_www@web-1 | ||
| 347 | INFO [d50de3de] Finished in 0.286 seconds with exit status 0 (successful). | ||
| 348 | 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 | ||
| 349 | INFO [540d4728] Finished in 0.268 seconds with exit status 0 (successful). | ||
| 350 | INFO [3767f531] Running si crlg-staging as tenzing_www@web-1 | ||
| 351 | INFO [3767f531] Finished in 1.951 seconds with exit status 0 (successful). | ||
| 352 | INFO --------------------------------------------------------------------------- | ||
| 353 | INFO START 2023-02-07 14:23:34 -0500 cap staging deploy | ||
| 354 | INFO --------------------------------------------------------------------------- | ||
| 355 | INFO [0763b367] Running /usr/bin/env mkdir -p /tmp as tenzing_www@web-1 | ||
| 356 | INFO [0763b367] Finished in 1.393 seconds with exit status 0 (successful). | ||
| 357 | INFO Uploading /tmp/git-ssh-crlg-staging-staging-jeffbalicki.sh 100.0% | ||
| 358 | INFO [be56d7af] Running /usr/bin/env chmod 700 /tmp/git-ssh-crlg-staging-staging-jeffbalicki.sh as tenzing_www@web-1 | ||
| 359 | INFO [be56d7af] Finished in 0.229 seconds with exit status 0 (successful). | ||
| 360 | INFO [f486cd4c] Running /usr/bin/env git ls-remote git@git.gotenzing.com:jeffmbalicki/st_joseph.git HEAD as tenzing_www@web-1 | ||
| 361 | INFO [f486cd4c] Finished in 0.963 seconds with exit status 0 (successful). | ||
| 362 | 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 | ||
| 363 | INFO [385fabb7] Finished in 0.251 seconds with exit status 0 (successful). | ||
| 364 | 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 | ||
| 365 | INFO [daad12d3] Finished in 0.233 seconds with exit status 0 (successful). | ||
| 366 | INFO [f6b9ada9] Running /usr/bin/env mkdir -p /var/www/html/production/crlg-staging/shared as tenzing_www@web-1 | ||
| 367 | INFO [f6b9ada9] Finished in 0.316 seconds with exit status 0 (successful). | ||
| 368 | INFO The repository mirror is at /var/www/html/production/crlg-staging/repo | ||
| 369 | INFO [99e5c3ad] Running /usr/bin/env git remote set-url origin git@git.gotenzing.com:jeffmbalicki/st_joseph.git as tenzing_www@web-1 | ||
| 370 | INFO [99e5c3ad] Finished in 0.216 seconds with exit status 0 (successful). | ||
| 371 | INFO [80564914] Running /usr/bin/env git remote update --prune as tenzing_www@web-1 | ||
| 372 | INFO [80564914] Finished in 0.885 seconds with exit status 0 (successful). | ||
| 373 | INFO [2a572701] Running /usr/bin/env git clone -b master --recursive . /var/www/html/production/crlg-staging/releases/20230207192339 as tenzing_www@web-1 | ||
| 374 | INFO [2a572701] Finished in 3.043 seconds with exit status 0 (successful). | ||
| 375 | INFO [4ccf2d70] Running /usr/bin/env mkdir -p /var/www/html/production/crlg-staging/releases/20230207192339 as tenzing_www@web-1 | ||
| 376 | INFO [4ccf2d70] Finished in 0.551 seconds with exit status 0 (successful). | ||
| 377 | 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 | ||
| 378 | INFO [cea51269] Finished in 11.560 seconds with exit status 0 (successful). | ||
| 379 | INFO [8a28ec90] Running /usr/bin/env echo "48ea2d7130a5549f7d1c16351e829e057fef14c1" >> REVISION as tenzing_www@web-1 | ||
| 380 | INFO [8a28ec90] Finished in 0.381 seconds with exit status 0 (successful). | ||
| 381 | INFO [cf7ec203] Running /usr/bin/env mkdir -p /var/www/html/production/crlg-staging/releases/20230207192339 as tenzing_www@web-1 | ||
| 382 | INFO [cf7ec203] Finished in 0.317 seconds with exit status 0 (successful). | ||
| 383 | 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 | ||
| 384 | INFO [2b195308] Finished in 0.259 seconds with exit status 0 (successful). | ||
| 385 | INFO [f429ffe1] Running /usr/bin/env mkdir -p /var/www/html/production/crlg-staging/releases/20230207192339/wp-content as tenzing_www@web-1 | ||
| 386 | INFO [f429ffe1] Finished in 0.234 seconds with exit status 0 (successful). | ||
| 387 | 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 | ||
| 388 | INFO [4144b029] Finished in 0.254 seconds with exit status 0 (successful). | ||
| 389 | 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 | ||
| 390 | INFO [c25517dc] Finished in 0.255 seconds with exit status 0 (successful). | ||
| 391 | 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 | ||
| 392 | INFO [3caa8071] Finished in 0.333 seconds with exit status 0 (successful). | ||
| 393 | 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 | ||
| 394 | INFO [c2cab7b3] Finished in 0.243 seconds with exit status 0 (successful). | ||
| 395 | 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 | ||
| 396 | INFO [ef3399b4] Finished in 0.243 seconds with exit status 0 (successful). | ||
| 397 | 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 | ||
| 398 | INFO [72e0d0f1] Finished in 0.257 seconds with exit status 0 (successful). | ||
| 399 | INFO [2c855139] Running si crlg-staging as tenzing_www@web-1 | ||
| 400 | INFO [2c855139] Finished in 5.956 seconds with exit status 0 (successful). | ||
| 401 | 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 | ||
| 402 | INFO [b8d7c51e] Finished in 0.393 seconds with exit status 0 (successful). | ||
| 403 | 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 | ||
| 404 | INFO [f5fe0558] Finished in 0.242 seconds with exit status 0 (successful). | ||
| 405 | INFO Keeping 2 of 3 deployed releases on web-1 | ||
| 406 | INFO [cb39cd57] Running /usr/bin/env rm -rf /var/www/html/production/crlg-staging/releases/20230207191222 as tenzing_www@web-1 | ||
| 407 | INFO [cb39cd57] Finished in 0.990 seconds with exit status 0 (successful). | ||
| 408 | INFO [95f104ae] Running cd '/var/www/html/production/crlg-staging/releases/20230207192339/'; rm -Rf .git/ as tenzing_www@web-1 | ||
| 409 | INFO [95f104ae] Finished in 0.260 seconds with exit status 0 (successful). | ||
| 410 | 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 | ||
| 411 | INFO [795038f4] Finished in 0.268 seconds with exit status 0 (successful). | ||
| 412 | INFO [48ba19f1] Running si crlg-staging as tenzing_www@web-1 | ||
| 413 | INFO [48ba19f1] Finished in 1.984 seconds with exit status 0 (successful). | ||
| 414 | INFO --------------------------------------------------------------------------- | ||
| 415 | INFO START 2023-02-07 14:29:01 -0500 cap staging deploy | ||
| 416 | INFO --------------------------------------------------------------------------- | ||
| 417 | INFO [cb2243c9] Running /usr/bin/env mkdir -p /tmp as tenzing_www@web-1 | ||
| 418 | INFO [cb2243c9] Finished in 1.314 seconds with exit status 0 (successful). | ||
| 419 | INFO Uploading /tmp/git-ssh-crlg-staging-staging-jeffbalicki.sh 100.0% | ||
| 420 | INFO [fced8eea] Running /usr/bin/env chmod 700 /tmp/git-ssh-crlg-staging-staging-jeffbalicki.sh as tenzing_www@web-1 | ||
| 421 | INFO [fced8eea] Finished in 0.241 seconds with exit status 0 (successful). | ||
| 422 | INFO [37c5b708] Running /usr/bin/env git ls-remote git@git.gotenzing.com:jeffmbalicki/st_joseph.git HEAD as tenzing_www@web-1 | ||
| 423 | INFO [37c5b708] Finished in 0.951 seconds with exit status 0 (successful). | ||
| 424 | 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 | ||
| 425 | INFO [56212a9d] Finished in 0.235 seconds with exit status 0 (successful). | ||
| 426 | 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 | ||
| 427 | INFO [4e59f6db] Finished in 0.236 seconds with exit status 0 (successful). | ||
| 428 | INFO [25fe67a0] Running /usr/bin/env mkdir -p /var/www/html/production/crlg-staging/shared as tenzing_www@web-1 | ||
| 429 | INFO [25fe67a0] Finished in 0.239 seconds with exit status 0 (successful). | ||
| 430 | INFO The repository mirror is at /var/www/html/production/crlg-staging/repo | ||
| 431 | INFO [776140c1] Running /usr/bin/env git remote set-url origin git@git.gotenzing.com:jeffmbalicki/st_joseph.git as tenzing_www@web-1 | ||
| 432 | INFO [776140c1] Finished in 0.256 seconds with exit status 0 (successful). | ||
| 433 | INFO [a01393d3] Running /usr/bin/env git remote update --prune as tenzing_www@web-1 | ||
| 434 | INFO [a01393d3] Finished in 0.916 seconds with exit status 0 (successful). | ||
| 435 | INFO [f0a7c40b] Running /usr/bin/env git clone -b master --recursive . /var/www/html/production/crlg-staging/releases/20230207192905 as tenzing_www@web-1 | ||
| 436 | INFO [f0a7c40b] Finished in 3.185 seconds with exit status 0 (successful). | ||
| 437 | INFO [4b2f0070] Running /usr/bin/env mkdir -p /var/www/html/production/crlg-staging/releases/20230207192905 as tenzing_www@web-1 | ||
| 438 | INFO [4b2f0070] Finished in 0.230 seconds with exit status 0 (successful). | ||
| 439 | 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 | ||
| 440 | INFO [20244250] Finished in 4.455 seconds with exit status 0 (successful). | ||
| 441 | INFO [86142bb7] Running /usr/bin/env echo "48ea2d7130a5549f7d1c16351e829e057fef14c1" >> REVISION as tenzing_www@web-1 | ||
| 442 | INFO [86142bb7] Finished in 0.239 seconds with exit status 0 (successful). | ||
| 443 | INFO [e842d702] Running /usr/bin/env mkdir -p /var/www/html/production/crlg-staging/releases/20230207192905 as tenzing_www@web-1 | ||
| 444 | INFO [e842d702] Finished in 0.215 seconds with exit status 0 (successful). | ||
| 445 | 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 | ||
| 446 | INFO [2b9249cb] Finished in 0.269 seconds with exit status 0 (successful). | ||
| 447 | INFO [0b8f4d7e] Running /usr/bin/env mkdir -p /var/www/html/production/crlg-staging/releases/20230207192905/wp-content as tenzing_www@web-1 | ||
| 448 | INFO [0b8f4d7e] Finished in 0.263 seconds with exit status 0 (successful). | ||
| 449 | 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 | ||
| 450 | INFO [57f673da] Finished in 0.226 seconds with exit status 0 (successful). | ||
| 451 | 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 | ||
| 452 | INFO [9ace19cd] Finished in 0.237 seconds with exit status 0 (successful). | ||
| 453 | 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 | ||
| 454 | INFO [5e9d0c76] Finished in 0.244 seconds with exit status 0 (successful). | ||
| 455 | 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 | ||
| 456 | INFO [cf1bef51] Finished in 0.233 seconds with exit status 0 (successful). | ||
| 457 | 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 | ||
| 458 | INFO [67df12a4] Finished in 0.227 seconds with exit status 0 (successful). | ||
| 459 | 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 | ||
| 460 | INFO [f79f3b03] Finished in 0.232 seconds with exit status 0 (successful). | ||
| 461 | 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 | ||
| 462 | INFO [f6b9f0f6] Finished in 1.073 seconds with exit status 0 (successful). | ||
| 463 | INFO [90f29ce6] Running si crlg-staging as tenzing_www@web-1 | ||
| 464 | INFO [90f29ce6] Finished in 5.870 seconds with exit status 0 (successful). | ||
| 465 | 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 | ||
| 466 | INFO [78dfe629] Finished in 0.275 seconds with exit status 0 (successful). | ||
| 467 | 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 | ||
| 468 | INFO [b4b55535] Finished in 0.233 seconds with exit status 0 (successful). | ||
| 469 | INFO Keeping 2 of 3 deployed releases on web-1 | ||
| 470 | INFO [dbd98721] Running /usr/bin/env rm -rf /var/www/html/production/crlg-staging/releases/20230207191532 as tenzing_www@web-1 | ||
| 471 | INFO [dbd98721] Finished in 0.921 seconds with exit status 0 (successful). | ||
| 472 | INFO [48468a27] Running cd '/var/www/html/production/crlg-staging/releases/20230207192905/'; rm -Rf .git/ as tenzing_www@web-1 | ||
| 473 | INFO [48468a27] Finished in 0.236 seconds with exit status 0 (successful). | ||
| 474 | 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 | ||
| 475 | INFO [c0808ca8] Finished in 0.235 seconds with exit status 0 (successful). | ||
| 476 | INFO [31a1d96f] Running si crlg-staging as tenzing_www@web-1 | ||
| 477 | INFO [31a1d96f] Finished in 2.446 seconds with exit status 0 (successful). |
File moved
File moved
File moved
No preview for this file type
No preview for this file type
No preview for this file type
wp-content/themes/crlg/composer.lock
0 → 100644
| 1 | { | ||
| 2 | "_readme": [ | ||
| 3 | "This file locks the dependencies of your project to a known state", | ||
| 4 | "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies", | ||
| 5 | "This file is @generated automatically" | ||
| 6 | ], | ||
| 7 | "content-hash": "2cb5701a8e3fe3ffc7f40b70e1c1ff85", | ||
| 8 | "packages": [], | ||
| 9 | "packages-dev": [], | ||
| 10 | "aliases": [], | ||
| 11 | "minimum-stability": "stable", | ||
| 12 | "stability-flags": [], | ||
| 13 | "prefer-stable": false, | ||
| 14 | "prefer-lowest": false, | ||
| 15 | "platform": [], | ||
| 16 | "platform-dev": [], | ||
| 17 | "plugin-api-version": "2.3.0" | ||
| 18 | } |
-
Please register or sign in to post a comment