correct var access context
Some checks failed
Gitea Actions Demo / Deploy Project files (push) Failing after 7m33s
Some checks failed
Gitea Actions Demo / Deploy Project files (push) Failing after 7m33s
This commit is contained in:
parent
f859b7bfd4
commit
afaefb7978
@ -19,15 +19,15 @@ jobs:
|
|||||||
|
|
||||||
- name: Copy files to project dir
|
- name: Copy files to project dir
|
||||||
run: |
|
run: |
|
||||||
mkdir ${{ env.PROD_DEPLOY_DIR }}
|
mkdir ${{ var.PROD_DEPLOY_DIR }}
|
||||||
xcopy /E /I . ${{ env.PROD_DEPLOY_DIR }}
|
xcopy /E /I . ${{ var.PROD_DEPLOY_DIR }}
|
||||||
|
|
||||||
- name: Update Composer Packages
|
- name: Update Composer Packages
|
||||||
working-directory: ${{ env.PROD_DEPLOY_DIR }}
|
working-directory: ${{ var.PROD_DEPLOY_DIR }}
|
||||||
run: composer update
|
run: composer update
|
||||||
|
|
||||||
- name: Refresh Site Cache
|
- name: Refresh Site Cache
|
||||||
working-directory: ${{ env.PROD_DEPLOY_DIR }}
|
working-directory: ${{ var.PROD_DEPLOY_DIR }}
|
||||||
run: |
|
run: |
|
||||||
php bin/console cache:clear
|
php bin/console cache:clear
|
||||||
php bin/console cache:pool:prune
|
php bin/console cache:pool:prune
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user