Skip to content

Commit

Permalink
x24
Browse files Browse the repository at this point in the history
  • Loading branch information
ljocha committed Apr 8, 2024
1 parent 9304376 commit 3a2cb9b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/actions/deploy-common/action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ runs:
install -m 600 -D /dev/null ~/.ssh/id_rsa
echo "::add-mask::${{ inputs.SSH_PRIVATE_KEY }}" > ~/.ssh/id_rsa
echo "${{ inputs.SSH_KNOWN_HOSTS }}" > ~/.ssh/known_hosts
ssh ${{ inputs.destination }} hostname -f
ssh debian@${{ inputs.destination }} hostname -f
- name: Pick secret.yml
shell: bash
Expand Down
3 changes: 2 additions & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
name: ci

on: [push, pull_request]
#on: [push, pull_request]
on: [ workflow_dispatch ]

jobs:

Expand Down

0 comments on commit 3a2cb9b

Please sign in to comment.