Add .gitea/workflows/test.yaml
This commit is contained in:
@@ -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 }}
|
||||
Reference in New Issue
Block a user