auth-api/.gitea/workflows/deploy.yml
lilleman 4846f43f98
All checks were successful
Test and build / build (push) Successful in 3s
Added deploy pipeline
2024-02-04 04:29:40 +01:00

23 lines
490 B
YAML

name: Test and build
run-name: ${{ gitea.actor }} testing and building
on:
push:
tags:
- '**'
env:
DOCKER_PASSWORD: ${{ secrets.DOCKER_PASSWORD }}
DOCKER_USERNAME: ${{ vars.DOCKER_USERNAME }}
RUNNER_API_KEY: ${{ secrets.RUNNER_API_KEY }}
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
sparse-checkout: |
.gitea/deploy.sh
sparse-checkout-cone-mode: false
- run: .gitea/deploy.sh