Skip to content

Commit

Permalink
Update CD..yml
Browse files Browse the repository at this point in the history
  • Loading branch information
code-wolf-byte authored Aug 31, 2024
1 parent 6cad381 commit 301408a
Showing 1 changed file with 1 addition and 13 deletions.
14 changes: 1 addition & 13 deletions .github/workflows/CD..yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,19 +7,7 @@ jobs:
runs-on: ubuntu-latest

steps:
- name: Checkout the repository
uses: actions/checkout@v3

- name: Copy repository contents via scp
uses: appleboy/scp-action@master
with:
host: ${{ secrets.HOST }}
username: ${{ secrets.USERNAME }}
port: ${{ secrets.PORT }}
key: ${{ secrets.SSHKEY }}
source: "."
target: "/root/asu-soda-newsite"


- name: Executing remote deployment script
uses: appleboy/ssh-action@master
with:
Expand Down

0 comments on commit 301408a

Please sign in to comment.