add lazygit to exclude / and remove from project dir
This commit is contained in:
@@ -184,7 +184,6 @@ done
|
||||
if [ "$SFTP_ONLY" = false ]; then
|
||||
echo "Uploading lazygit to server..."
|
||||
|
||||
cp "${SCRIPT_DIR}/lazygit" .
|
||||
sshpass -p "${SSH_PASSWORD}" scp "${SCRIPT_DIR}/lazygit" ${SERVER_HOST}:${SERVER_PROJECT_PATH}
|
||||
echo -e "${GREEN}lazygit uploaded successfully${NC}"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user