testing repo pull
This commit is contained in:
parent
1ffe8975b1
commit
5d69219d71
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