forked from audrey/intranet
set composer work dir
This commit is contained in:
parent
afaefb7978
commit
fa2fe652a8
@ -24,7 +24,7 @@ jobs:
|
||||
|
||||
- name: Update Composer Packages
|
||||
working-directory: ${{ var.PROD_DEPLOY_DIR }}
|
||||
run: composer update
|
||||
run: composer update --no-interaction --working-dir=${{ var.PROD_DEPLOY_DIR }}
|
||||
|
||||
- name: Refresh Site Cache
|
||||
working-directory: ${{ var.PROD_DEPLOY_DIR }}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user