-
Notifications
You must be signed in to change notification settings - Fork 752
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'main' into improvement/remove-unnecessary-opensearch-sy…
…ncs-when-ignoring-suggestions
- Loading branch information
Showing
1,070 changed files
with
88,102 additions
and
53,416 deletions.
There are no files selected for viewing
File renamed without changes.
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,3 @@ | ||
node_modules/ | ||
dist/ | ||
out/ |
File renamed without changes.
File renamed without changes.
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,20 @@ | ||
name: Deployer | ||
description: Custom Deployer Action | ||
|
||
inputs: | ||
services: | ||
description: Services to deploy | ||
required: true | ||
tag: | ||
description: Tag for images | ||
required: false | ||
default: ${{ github.sha }} | ||
steps: | ||
description: Steps to run | ||
required: false | ||
default: build push deploy | ||
|
||
runs: | ||
using: node16 | ||
main: index.js | ||
post: index.js |
Oops, something went wrong.