formatting change
All checks were successful
Intranet Deployment / Deploy Project files (push) Successful in 1m3s
All checks were successful
Intranet Deployment / Deploy Project files (push) Successful in 1m3s
This commit is contained in:
parent
5124b6139b
commit
c2c82a1191
@ -1,5 +1,5 @@
|
||||
name: Gitea Actions Demo
|
||||
run-name: ${{ gitea.actor }} is testing out Gitea Actions 🚀
|
||||
name: Intranet Deployment
|
||||
|
||||
on:
|
||||
push:
|
||||
branches:
|
||||
@ -16,12 +16,8 @@ jobs:
|
||||
SSH-KEY: ${{secrets.read_key}}
|
||||
SSH-KNOWN-HOSTS: gitea.jv.com,192.168.0.214 ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBHsv90d6ofdNgJx0W6zPTVpouqDeF/qv/L0guzFBg6YON4jiubCovUZ0h7M8ipg/kXACHLfNBWAmNvsaGrPpHNU=
|
||||
SSH-STRICT: 'false'
|
||||
|
||||
- name: Copy files to project dir ${{ var.PROD_DEPLOY_DIR }}
|
||||
run: |
|
||||
mkdir ${{ var.PROD_DEPLOY_DIR }}
|
||||
xcopy /E /I . C:\SymfonyTest2
|
||||
|
||||
- name: Copy files to project dir
|
||||
run: xcopy /E /I . ${{ var.PROD_DEPLOY_DIR }}
|
||||
- name: Update Composer Packages
|
||||
working-directory: ${{ var.PROD_DEPLOY_DIR }}
|
||||
run: composer update --no-interaction --working-dir=${{ var.PROD_DEPLOY_DIR }}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user