Обновить .gitea/workflows/action.yaml
Some checks failed
Deploy Wishlist / deploy (push) Failing after 26s
Some checks failed
Deploy Wishlist / deploy (push) Failing after 26s
This commit is contained in:
parent
318fa5ade8
commit
8c7f816a93
|
@ -11,7 +11,7 @@ jobs:
|
||||||
uses: actions/checkout@v3
|
uses: actions/checkout@v3
|
||||||
|
|
||||||
- name: Create .env file from secrets
|
- name: Create .env file from secrets
|
||||||
run: cat ${ENV_PROD} > .env
|
run: echo "$ENV_PROD" > .env
|
||||||
|
|
||||||
- name: Install PHP dependencies
|
- name: Install PHP dependencies
|
||||||
run: composer install
|
run: composer install
|
||||||
|
|
Loading…
Reference in New Issue