Skip to content

Commit

Permalink
first job
Browse files Browse the repository at this point in the history
  • Loading branch information
sshresthadh committed Jan 30, 2024
1 parent cd2cd77 commit f9ec504
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/run-server.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,13 @@ jobs:
# key: ${{ secrets.SSH_PRIVATE_KEY }}
# source: ./help.txt
# target: /tmp
- name: Install SSH
uses: webfactory/[email protected]
with:
ssh-private-key: ${{ secrets.SSH_PRIVATE_KEY }}

# - name: Copy files
# run: scp -P 22 path/to/files ${{ secrets.REMOTE_USERNAME }}@${{ secrets.REMOTE_HOST }}:/tmp

- name: Update Git code on the serverssss
run: |
Expand Down

0 comments on commit f9ec504

Please sign in to comment.