This commit is contained in:
parent
38e05d6703
commit
994a2adba7
14
.gitea/workflows/publish.yml
Normal file
14
.gitea/workflows/publish.yml
Normal file
@ -0,0 +1,14 @@
|
||||
name: Upload to s3
|
||||
on:
|
||||
push:
|
||||
tags:
|
||||
- 'v[0-9]+.[0-9]+.[0-9]+'
|
||||
branches:
|
||||
- develop
|
||||
|
||||
jobs:
|
||||
build_and_deploy:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: Checkout code
|
||||
uses: actions/checkout@v3
|
Loading…
Reference in New Issue
Block a user