Update .gitea/workflows/build.yaml
Some checks are pending
Deploy to stage / copy (push) Waiting to run
Some checks are pending
Deploy to stage / copy (push) Waiting to run
This commit is contained in:
parent
e4c3f19f1f
commit
c6193f2eee
@ -1,14 +1,7 @@
|
||||
name: Build and test
|
||||
run-name: ${{ gitea.actor }} is building and testing nginx reverse proxy configuration
|
||||
name: Deploy to stage
|
||||
run-name: ${{ gitea.actor }} is deploying ThumeIT to staging
|
||||
on: [push]
|
||||
|
||||
name: Copy Files
|
||||
|
||||
on:
|
||||
push:
|
||||
branches:
|
||||
- main
|
||||
|
||||
jobs:
|
||||
copy:
|
||||
runs-on: [self-hosted]
|
||||
@ -16,7 +9,5 @@ jobs:
|
||||
steps:
|
||||
- name: Clone Repository
|
||||
uses: actions/checkout@v3
|
||||
|
||||
- name: Copy Files
|
||||
run: |
|
||||
cp -r ./html/* /www-stg/html
|
||||
|
Loading…
x
Reference in New Issue
Block a user