This commit is contained in:
2025-06-16 16:34:19 -04:00
parent a7992b6987
commit b7423f861c
2 changed files with 17 additions and 0 deletions

View File

@@ -5,6 +5,11 @@ VisualStudioVersion = 17.12.35728.132 d17.12
MinimumVisualStudioVersion = 10.0.40219.1 MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Astrocore.Api", "Astrocore.Api\Astrocore.Api.csproj", "{84BD373D-B825-473F-A6BA-3BDF969A1122}" Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Astrocore.Api", "Astrocore.Api\Astrocore.Api.csproj", "{84BD373D-B825-473F-A6BA-3BDF969A1122}"
EndProject EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{949FE758-008C-49D6-9B82-33318C2D08E4}"
ProjectSection(SolutionItems) = preProject
publish.yml = publish.yml
EndProjectSection
EndProject
Global Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU Debug|Any CPU = Debug|Any CPU

12
publish.yml Normal file
View File

@@ -0,0 +1,12 @@
name: Deployment
concurrency: production
on:
push:
branches:
- main
jobs:
deployment:
runs-on: [ubuntu-latest]
steps:
- name: deploy
run: echo Hello