Skip to content

Commit

Permalink
Merge pull request #2271 from riemannulus/chore/cleanup-lib9c-service
Browse files Browse the repository at this point in the history
🧹  chore: cleanup lib9c service
  • Loading branch information
riemannulus authored Dec 5, 2023
2 parents f9fcd38 + 049c1fd commit ceb1c14
Show file tree
Hide file tree
Showing 18 changed files with 4 additions and 353 deletions.
9 changes: 0 additions & 9 deletions .Lib9c.StateService.Shared/Lib9c.StateService.Shared.csproj

This file was deleted.

8 changes: 0 additions & 8 deletions .Lib9c.StateService.Shared/RemoteEvaluationRequest.cs

This file was deleted.

6 changes: 0 additions & 6 deletions .Lib9c.StateService.Shared/RemoteEvaluationResponse.cs

This file was deleted.

62 changes: 0 additions & 62 deletions .Lib9c.StateService/Controllers/RemoteEvaluationController.cs

This file was deleted.

21 changes: 0 additions & 21 deletions .Lib9c.StateService/Lib9c.StateService.csproj

This file was deleted.

39 changes: 0 additions & 39 deletions .Lib9c.StateService/Program.cs

This file was deleted.

41 changes: 0 additions & 41 deletions .Lib9c.StateService/Properties/launchSettings.json

This file was deleted.

11 changes: 0 additions & 11 deletions .Lib9c.StateService/appsettings-schema.json

This file was deleted.

8 changes: 0 additions & 8 deletions .Lib9c.StateService/appsettings.Development.json

This file was deleted.

10 changes: 0 additions & 10 deletions .Lib9c.StateService/appsettings.json

This file was deleted.

This file was deleted.

This file was deleted.

3 changes: 0 additions & 3 deletions .Libplanet.Extensions.RemoteActionEvaluator/AssemblyInfo.cs

This file was deleted.

This file was deleted.

This file was deleted.

4 changes: 4 additions & 0 deletions .github/workflows/lib9c_plugin_build_and_push_s3.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
name: lib9c plugin build and push s3

on:
push:
branches:
- development
- main
workflow_dispatch:

jobs:
Expand Down
24 changes: 0 additions & 24 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,27 +41,3 @@ jobs:
fi
env:
NUGET_API_KEY: ${{ secrets.NUGET_API_KEY }}
s3-lib9c-stateservice:
strategy:
matrix:
runtime: ["osx-arm64", "linux-arm64", "linux-x64", "win-x64"]
name: Publish Lib9c.StateService (${{ matrix.runtime }})
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
with:
submodules: true
- uses: actions/setup-dotnet@v3
with:
dotnet-version: 6.0.400
- name: Publish Lib9c.StateService
run: dotnet publish ./.Lib9c.StateService/Lib9c.StateService.csproj -o out -r ${{ matrix.runtime }}
- name: Compress the build result
run: zip -r ../${{ matrix.runtime }}.zip .
working-directory: ./out
- name: Upload S3
run: aws s3 cp ${{ matrix.runtime }}.zip s3://9c-dx/lib9c-stateservices/${{ github.sha }}/
env:
AWS_ACCESS_KEY_ID: ${{ secrets.AWS_ACCESS_KEY_ID }}
AWS_SECRET_ACCESS_KEY: ${{ secrets.AWS_SECRET_ACCESS_KEY }}
AWS_REGION: "us-east-2"
Loading

0 comments on commit ceb1c14

Please sign in to comment.