diff --git a/Astrocore.sln b/Astrocore.sln index 46c8630..2eeef96 100644 --- a/Astrocore.sln +++ b/Astrocore.sln @@ -5,6 +5,11 @@ VisualStudioVersion = 17.12.35728.132 d17.12 MinimumVisualStudioVersion = 10.0.40219.1 Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Astrocore.Api", "Astrocore.Api\Astrocore.Api.csproj", "{84BD373D-B825-473F-A6BA-3BDF969A1122}" 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 GlobalSection(SolutionConfigurationPlatforms) = preSolution Debug|Any CPU = Debug|Any CPU diff --git a/publish.yml b/publish.yml new file mode 100644 index 0000000..5afdc32 --- /dev/null +++ b/publish.yml @@ -0,0 +1,12 @@ +name: Deployment +concurrency: production +on: + push: + branches: + - main +jobs: + deployment: + runs-on: [ubuntu-latest] + steps: + - name: deploy + run: echo Hello \ No newline at end of file