Fix the deploy script. Change the cd accordingly.

Reformat the action file
This commit is contained in:
Eugene Dementyev
2024-02-04 19:27:20 +13:00
parent 67f22aafbe
commit 8de660d51a
2 changed files with 100 additions and 100 deletions

View File

@@ -1,4 +1,4 @@
#!/bin/bash
#!/bin/sh
# Exit the script as soon as a command fails
set -e
@@ -16,4 +16,4 @@ php artisan sandbox:migrate --force
php artisan fleetbase:seed
# Restart queue
php artisan queue:restart
php artisan queue:restart