Skip to content

Commit a2fc5c5

Browse files
committed
ci(github): Adjust the source path for the prod deployment
1 parent 316582b commit a2fc5c5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/frontend.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,7 @@ jobs:
129129
uses: easingthemes/ssh-deploy@v5.1.1
130130
with:
131131
SSH_PRIVATE_KEY: ${{ secrets.SSH_PRIVATE_KEY }}
132-
SOURCE: ./frontend/build
132+
SOURCE: ./frontend/build/
133133
REMOTE_HOST: ${{ secrets.REMOTE_HOST }}
134134
REMOTE_USER: ${{ secrets.REMOTE_USER }}
135135
TARGET: ${{ secrets.REMOTE_TARGET }}

0 commit comments

Comments
 (0)