Add .gitea/workflows/test.yaml

This commit is contained in:
nfel 2024-08-28 06:44:08 +00:00
parent 751769b2a3
commit 031b3e5085

View 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 }}