Skip to content

Commit

Permalink
add back scp
Browse files Browse the repository at this point in the history
  • Loading branch information
mdr223 committed Aug 18, 2023
1 parent 1dc0d36 commit 08f6755
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/ci-cd.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,10 +23,10 @@ jobs:
ssh-agent -a $SSH_AUTH_SOCK > /dev/null
ssh-add /home/runner/.ssh/id_rsa_submit
# # copy repository to machine
# - name: Copy Repository
# run: |
# scp -r ${{ github.workspace}} submit:~/
# copy repository to machine
- name: Copy Repository
run: |
scp -r ${{ github.workspace}} submit:~/
# run deploy script
- name: Run Deploy Script
Expand Down

0 comments on commit 08f6755

Please sign in to comment.