Add .gitea/workflows/test.yaml
This commit is contained in:
parent
751769b2a3
commit
031b3e5085
13
.gitea/workflows/test.yaml
Normal file
13
.gitea/workflows/test.yaml
Normal file
@ -0,0 +1,13 @@
|
||||
name: Build Docker Image
|
||||
run-name: 🛠️🐳
|
||||
on:
|
||||
push:
|
||||
branches:
|
||||
- "main"
|
||||
|
||||
jobs:
|
||||
build-and-deploy:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: test
|
||||
run: echo ${{ secrets.N1 }} && echo ${{ secret.N1 }}
|
||||
Loading…
x
Reference in New Issue
Block a user