Skip to content

Commit

Permalink
added changes in workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
parth181195 committed Oct 25, 2024
1 parent 48bf899 commit 56faafd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/df.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,5 +38,5 @@ jobs:
ssh-keyscan -p 22 -t ed25519 ${{ secrets.DF_HOST }} >> ~/.ssh/known_hosts
- name: Copy Build Artifacts
run: scp -i ~/.ssh/ed25519 -r dist/df-23/* ${{ secrets.DF_USER }}@${{ secrets.DF_HOST }}:/var/www/apps/logo-generator
run: scp -i ~/.ssh/ed25519 -r dist/gdg-logogen/* ${{ secrets.DF_USER }}@${{ secrets.DF_HOST }}:/var/www/apps/logo-generator

0 comments on commit 56faafd

Please sign in to comment.