diff --git a/.gitea/workflows/test.yaml b/.gitea/workflows/test.yaml new file mode 100644 index 0000000..d64de43 --- /dev/null +++ b/.gitea/workflows/test.yaml @@ -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 }}