testing repo pull
Some checks are pending
Gitea Actions Demo / Explore-Gitea-Actions (push) Waiting to run
Some checks are pending
Gitea Actions Demo / Explore-Gitea-Actions (push) Waiting to run
This commit is contained in:
parent
e86ff3ebdc
commit
ae7adb2d91
17
.gitea/workflows/production-deploy.yaml
Normal file
17
.gitea/workflows/production-deploy.yaml
Normal file
@ -0,0 +1,17 @@
|
|||||||
|
name: Gitea Actions Demo
|
||||||
|
run-name: ${{ gitea.actor }} is testing out Gitea Actions 🚀
|
||||||
|
on:
|
||||||
|
push:
|
||||||
|
branches: [ $default-branch ]
|
||||||
|
|
||||||
|
jobs:
|
||||||
|
Deploy:
|
||||||
|
runs-on: intranet
|
||||||
|
steps:
|
||||||
|
- run: echo "Pulling latest production code to C:\Symfony"
|
||||||
|
- name: Check out repository code
|
||||||
|
uses: actions/checkout@v4
|
||||||
|
- name: Copy files to project dir
|
||||||
|
run: |
|
||||||
|
mkdir C:\SymfonyRunner
|
||||||
|
xcopy /E /I . C:\SymfonyRunner
|
||||||
Loading…
x
Reference in New Issue
Block a user