Skip to content

Commit

Permalink
Update FrontendPipeline.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
raga70 authored Apr 5, 2024
1 parent 63273e6 commit 4413395
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/FrontendPipeline.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
password: ${{ secrets.DEPLSSH_PASSWORD }}
port: 22
source: "./Frontend/openvidstreamer-fe/dist/*"
target: "/var/www"
target: "/var/www/fe"
rm: true # Removes all files in the target directory before copying

- name: Clean up after deploy
Expand Down

0 comments on commit 4413395

Please sign in to comment.