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
|
name: Deploy to stage
|
||||||
run-name: ${{ gitea.actor }} is building and testing nginx reverse proxy configuration
|
run-name: ${{ gitea.actor }} is deploying ThumeIT to staging
|
||||||
on: [push]
|
on: [push]
|
||||||
|
|
||||||
name: Copy Files
|
|
||||||
|
|
||||||
on:
|
|
||||||
push:
|
|
||||||
branches:
|
|
||||||
- main
|
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
copy:
|
copy:
|
||||||
runs-on: [self-hosted]
|
runs-on: [self-hosted]
|
||||||
@ -16,7 +9,5 @@ jobs:
|
|||||||
steps:
|
steps:
|
||||||
- name: Clone Repository
|
- name: Clone Repository
|
||||||
uses: actions/checkout@v3
|
uses: actions/checkout@v3
|
||||||
|
|
||||||
- name: Copy Files
|
|
||||||
run: |
|
run: |
|
||||||
cp -r ./html/* /www-stg/html
|
cp -r ./html/* /www-stg/html
|
||||||
|
Loading…
x
Reference in New Issue
Block a user