From 031b3e5085696f471bf03c1ca9e9fa856fdd5183 Mon Sep 17 00:00:00 2001 From: nfel Date: Wed, 28 Aug 2024 06:44:08 +0000 Subject: [PATCH] Add .gitea/workflows/test.yaml --- .gitea/workflows/test.yaml | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 .gitea/workflows/test.yaml 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 }}