Compare commits

..

No commits in common. "master" and "navbar-fix" have entirely different histories.

2 changed files with 9 additions and 7 deletions

View File

@ -1,5 +1,5 @@
name: Intranet Deployment
name: Gitea Actions Demo
run-name: ${{ gitea.actor }} is testing out Gitea Actions 🚀
on:
push:
branches:
@ -16,8 +16,12 @@ 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
run: xcopy /E /I /Y /V . ${{ vars.PROD_DEPLOY_DIR }}
run: |
mkdir ${{ var.PROD_DEPLOY_DIR }}
xcopy /E /I . ${{ var.PROD_DEPLOY_DIR }}
- name: Update Composer Packages
working-directory: ${{ vars.PROD_DEPLOY_DIR }}
run: composer update --no-interaction --working-dir=${{ vars.PROD_DEPLOY_DIR }}
working-directory: ${{ var.PROD_DEPLOY_DIR }}
run: composer update --no-interaction --working-dir=${{ var.PROD_DEPLOY_DIR }}

View File

@ -1,5 +1,3 @@
![Deployed](https://gitea.jv.com/audrey/intranet/actions/workflows/deploy.yaml/badge.svg)
[Install](#install)
[Configuring IIS](#iis-configuration)
[Updating](#updating)