Skip to content

Commit

Permalink
test lagi
Browse files Browse the repository at this point in the history
  • Loading branch information
maulayyacyber committed Oct 3, 2024
1 parent fc9b142 commit 195c5fe
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Envoy.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -190,9 +190,9 @@
echo "Restarting PHP-FPM"
sudo systemctl restart php8.3-fpm

# Hapus rilis yang gagal
echo 'get failed release'
# Ambil rilis terakhir
latest_release=$(ls -dt {{ $releases_dir }}/* | head -n 1)
echo "Latest release failed: $(basename $latest_release)"

if [ -z "$latest_release" ]; then
echo "No latest release found. Rollback aborted."
Expand Down

0 comments on commit 195c5fe

Please sign in to comment.