-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
17 changed files
with
36,424 additions
and
22 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 |
---|---|---|
|
@@ -30,17 +30,4 @@ jobs: | |
cache: 'pnpm' | ||
- run: pnpm install --frozen-lockfile | ||
- run: pnpm run --filter hosty build | ||
- run: pnpm run --filter hosty test ${{matrix.test-file}} | ||
|
||
test-hosty-action: | ||
runs-on: ubuntu-latest | ||
steps: | ||
- uses: actions/checkout@v4 | ||
- uses: pnpm/[email protected] | ||
- uses: actions/setup-node@v4 | ||
with: | ||
node-version: 22 | ||
cache: 'pnpm' | ||
- run: pnpm install --frozen-lockfile | ||
- run: pnpm run --filter hosty-action build | ||
- run: pnpm run --filter hosty-action test | ||
- run: pnpm run --filter hosty test ${{matrix.test-file}} |
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,21 @@ | ||
name: Hosty | ||
description: Automate your deployments with ease | ||
inputs: | ||
server_ip: | ||
description: The IP address of the server | ||
required: true | ||
server_user: | ||
description: The username to use to connect to the server | ||
required: true | ||
ssh_private_key: | ||
description: The private ssh key to use to connect to the server | ||
required: true | ||
server_user_sudo_pass: | ||
description: The sudo password of the user on the server | ||
required: true | ||
handler: | ||
description: a JS file that exports the action to perform and services to deploy/destroy. | ||
required: true | ||
runs: | ||
using: node20 | ||
main: packages/hosty-action/dist/index.js |
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 @@ | ||
export {}; |
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Oops, something went wrong.