Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
Uroš Marolt committed Jan 9, 2024
1 parent f72cbff commit 7115fef
Show file tree
Hide file tree
Showing 19 changed files with 44,569 additions and 1,489 deletions.
25 changes: 0 additions & 25 deletions .github/actions/docker/src/constants.ts

This file was deleted.

9 changes: 0 additions & 9 deletions .github/actions/docker/src/index.ts

This file was deleted.

33 changes: 0 additions & 33 deletions .github/actions/docker/src/types.ts

This file was deleted.

29 changes: 0 additions & 29 deletions .github/actions/docker/src/utils.ts

This file was deleted.

4 changes: 3 additions & 1 deletion .github/actions/node/.gitignore
Original file line number Diff line number Diff line change
@@ -1 +1,3 @@
node_modules/
node_modules/
dist/
out/
5 changes: 4 additions & 1 deletion .github/actions/node/builder/action.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
name: Deployer
description: Custom Deployer Action
author: urosh

inputs:
services:
Expand All @@ -10,6 +9,10 @@ inputs:
description: Tag for images
required: false
default: ${{ github.sha }}
steps:
description: Steps to run
required: false
default: build push deploy

runs:
using: node16
Expand Down
Loading

0 comments on commit 7115fef

Please sign in to comment.