-
-
Notifications
You must be signed in to change notification settings - Fork 33
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #310 from SapiensAnatis/develop
- Loading branch information
Showing
201 changed files
with
1,134,306 additions
and
2,791 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -9,7 +9,7 @@ | |
] | ||
}, | ||
"csharpier": { | ||
"version": "0.24.2", | ||
"version": "0.25.0", | ||
"commands": [ | ||
"dotnet-csharpier" | ||
] | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,19 +3,17 @@ name: deploy | |
on: | ||
workflow_call: | ||
inputs: | ||
deployment: | ||
github-environment: | ||
type: string | ||
required: true | ||
description: "Kubernetes deployment name" | ||
namespace: | ||
type: string | ||
required: true | ||
description: "Kubernetes namespace" | ||
description: "GitHub environment name" | ||
|
||
jobs: | ||
deploy: | ||
runs-on: ubuntu-latest | ||
|
||
environment: | ||
name: ${{ inputs.github-environment }} | ||
url: https://dawnshard.co.uk | ||
steps: | ||
- name: ssh and restart pods | ||
uses: appleboy/[email protected] | ||
|
@@ -25,5 +23,5 @@ jobs: | |
key: ${{ secrets.SSH_KEY }} | ||
script_stop: true | ||
script: | | ||
kubectl rollout restart deployment/${{ inputs.deployment }} -n ${{ inputs.namespace }} | ||
kubectl rollout status deployment/${{ inputs.deployment }} -n ${{ inputs.namespace }} | ||
kubectl rollout restart deployment/${{ vars.K8S_DEPLOYMENT }} -n ${{ vars.K8S_NAMESPACE }} | ||
kubectl rollout status deployment/${{ vars.K8S_DEPLOYMENT }} -n ${{ vars.K8S_NAMESPACE }} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,18 @@ | ||
name: publish-tag | ||
|
||
on: | ||
push: | ||
tags: | ||
- "statemanager@*" | ||
|
||
env: | ||
HUSKY: 0 | ||
|
||
jobs: | ||
publish: | ||
uses: ./.github/workflows/publish.yaml | ||
with: | ||
ref: ${{ github.ref_name }} | ||
dockerfile: "DragaliaAPI.Photon.StateManager/Dockerfile" | ||
image-name: "photon-state-manager" | ||
secrets: inherit |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.