dotnet-deploy-k8s/.gitea/workflows/deploy-dev-demo.yaml
MYJ b98db8dcc7
All checks were successful
deploy to dev / Explore-Gitea-Actions (push) Successful in 1s
6
2025-02-26 21:18:42 +08:00

15 lines
360 B
YAML
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

name: deploy to dev
on:
push:
branches:
- dev
jobs:
Explore-Gitea-Actions:
runs-on: home
steps:
- run: echo "event_name=${{ gitea.event_name }}merged=${{ gitea.event.pull_request.merged }}gitea.ref=${{ gitea.ref }}"
- name: 部署到测试环境
if: ${{ gitea.ref == 'refs/heads/dev' }}
run: echo "dev"