Skip to content

Commit

Permalink
Merge branch 'main' into improvement/remove-unnecessary-opensearch-sy…
Browse files Browse the repository at this point in the history
…ncs-when-ignoring-suggestions
  • Loading branch information
epipav authored Jun 20, 2024
2 parents e9ef228 + 3b45221 commit 71efc65
Show file tree
Hide file tree
Showing 1,070 changed files with 88,102 additions and 53,416 deletions.
File renamed without changes.
3 changes: 3 additions & 0 deletions .github/actions/node/.gitignore
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.
20 changes: 20 additions & 0 deletions .github/actions/node/builder/action.yaml
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
Loading

0 comments on commit 71efc65

Please sign in to comment.