Skip to content

Commit

Permalink
Test
Browse files Browse the repository at this point in the history
  • Loading branch information
AlbertClo committed Aug 10, 2024
1 parent 81eb8f0 commit fe9fa0f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ jobs:
git checkout main
git fetch origin
git reset --hard origin/main
docker-compose --env-file .env -f infra/docker/docker-compose.yml up -d
docker-compose --env-file .env -f infra/docker/docker-compose.yml exec php composer install
docker-compose --env-file .env -f infra/docker/docker-compose.yml exec php php artisan migrate
Expand Down

0 comments on commit fe9fa0f

Please sign in to comment.