Skip to content

Commit

Permalink
fixed path for dico
Browse files Browse the repository at this point in the history
  • Loading branch information
Leo-Nicolle committed Feb 15, 2024
1 parent dd79184 commit 0777741
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ jobs:
echo "Deploying full client"
ssh -i $KEY $TARGET "rm -rf $PUBLIC && mkdir -p $PUBLIC"
scp -i $KEY -r dist/public/* "$TARGET:$PUBLIC"
ssh -i $KEY $TARGET "cp $DICOS/*.zip $PUBLIC/assets"
ssh -i $KEY $TARGET "cp $DICOS/*.zip $PUBLIC"
# fi
# if [ "$DEPLOY_SERVER" = 'true' ]; then
echo "Deploying server code"
Expand Down

0 comments on commit 0777741

Please sign in to comment.