Skip to content

Commit

Permalink
:wrecnh: ec2 pipe
Browse files Browse the repository at this point in the history
  • Loading branch information
MiguelProgrammer committed Sep 29, 2024
1 parent 57b82b0 commit 3598027
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 6 deletions.
13 changes: 8 additions & 5 deletions .github/workflows/aws.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,14 @@ jobs:
runs-on: ubuntu-latest

steps:
- name: Install SSH Key
uses: shimataro/ssh-key-action@v3

- name: Checkout the files
uses: actions/checkout@v2
- name: Install SSH key
uses: shimataro/ssh-key-action@v2
with:
key: ${{ secrets.SSH }}
name: id_rsa # optional
known_hosts: ${{ secrets.KNOWN_HOSTS }}
config: ${{ secrets.CONFIG }} # ssh_config; optional
if_key_exists: fail

- name: Deploy to Server 1
uses: easingthemes/ssh-deploy@main
Expand Down
4 changes: 3 additions & 1 deletion .idea/workspace.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 3598027

Please sign in to comment.