Skip to content

Commit

Permalink
Changed user for envoy
Browse files Browse the repository at this point in the history
  • Loading branch information
tabuna committed Apr 1, 2024
1 parent c0a8318 commit a1fc09c
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions envoy.blade.php
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
@servers(['web' => ['root@84.38.181.107']])
@servers(['web' => ['deployer@84.38.181.107']])

@task('deploy', ['on' => ['web']])
su deployer
cd /home/deployer/laravel.su/current
php artisan down --refresh=15
git pull
Expand All @@ -16,6 +15,5 @@
php artisan migrate --force
php artisan optimize
php artisan up
php artisan view:cache
php artisan storage:link
@endtask

0 comments on commit a1fc09c

Please sign in to comment.