Skip to content

Commit

Permalink
Update roadrunner-test.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
smortexa authored Jan 11, 2024
1 parent 0839cb6 commit 10e3c6f
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/roadrunner-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,10 @@ jobs:
run: sudo composer require laravel/octane spiral/roadrunner-cli spiral/roadrunner-http --with-all-dependencies
working-directory: /var/www/app

- name: Install @rollup/rollup-linux-x64-musl
run: sudo npm i @rollup/rollup-linux-x64-musl --save-dev
working-directory: /var/www/app

- name: Copy required content to dockerize the app
run: sudo cp -R Dockerfile .dockerignore deployment/ /var/www/app/

Expand Down

0 comments on commit 10e3c6f

Please sign in to comment.