Skip to content

Commit

Permalink
df
Browse files Browse the repository at this point in the history
  • Loading branch information
riddhesh-mahajan committed Oct 30, 2023
1 parent 1f69198 commit 9a4b69b
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/DeployPipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,9 @@ jobs:
host: ${{ secrets.EC2_HOST }}
username: ${{ secrets.EC2_USERNAME }}
key: ${{ secrets.EC2_SSH_KEY }}
source: ./
source: |
./
!.git # Exclude .git directory
target: /home/ubuntu/slash/
overwrite: true

Expand Down

0 comments on commit 9a4b69b

Please sign in to comment.