Skip to content

Commit

Permalink
Update main.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
katsulon authored Oct 24, 2024
1 parent 4677abd commit 8a2bb40
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,12 @@ jobs:
runs-on: self-hosted
steps:
- name: git pull
run:
run: |
cd /home/laravel/project/Timeliner/timeliner
git fetch --all
git pull --all
- name: installing dependencies and setup
run:
run: |
composer install --optimize-autoloader --no-dev
php artisan key:generate
php artisan migrate
Expand Down

0 comments on commit 8a2bb40

Please sign in to comment.